Function esp_idf_svc::sys::esprv_intc_int_is_vectored
source ยท pub unsafe extern "C" fn esprv_intc_int_is_vectored(
rv_int_num: i32,
) -> 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.