Function esp_idf_sys::xPortSetInterruptMaskFromISR

source ยท
pub unsafe extern "C" fn xPortSetInterruptMaskFromISR() -> UBaseType_t
Expand description

@brief Disable interrupts in a nested manner (meant to be called from ISRs)

@warning Only applies to current CPU. @return UBaseType_t Previous interrupt level