Function esp_idf_sys::esp_intr_get_cpu
source ยท pub unsafe extern "C" fn esp_intr_get_cpu(
handle: intr_handle_t,
) -> c_int
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