esp_idf_sys

Function esprv_int_is_vectored

Source
pub unsafe extern "C" fn esprv_int_is_vectored(
    rv_int_num: c_int,
) -> bool
Expand description

@brief Check if the given interrupt is hardware vectored

@param rv_int_num Interrupt number

@return true if the interrupt is vectored, false if it is not.