Function esp_idf_svc::sys::vPortClearInterruptMaskFromISR
source ยท pub unsafe extern "C" fn vPortClearInterruptMaskFromISR(
prev_int_level: u32,
)
Expand description
@brief Re-enable interrupts in a nested manner (meant to be called from ISRs)
@warning Only applies to current CPU. @param prev_int_level Previous interrupt level