Function esp_idf_sys::vPortClearInterruptMaskFromISR
source ยท pub unsafe extern "C" fn vPortClearInterruptMaskFromISR(
prev_int_level: UBaseType_t,
)
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