esp_idf_sys

Function 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