Function esp_idf_hal::sys::esp_intr_get_cpu
source ยท pub unsafe extern "C" fn esp_intr_get_cpu(
handle: *mut intr_handle_data_t,
) -> i32
Expand description
@brief Get CPU number an interrupt is tied to
@param handle The handle, as obtained by esp_intr_alloc or esp_intr_alloc_intrstatus
@return The core number where the interrupt is allocated