Function esp_idf_hal::sys::ets_isr_mask
source ยท pub unsafe extern "C" fn ets_isr_mask(mask: u32)
Expand description
@brief Mask the interrupts which show in mask bits. This function equals to _xtos_ints_off(mask). In FreeRTOS, please call FreeRTOS apis, never call this api.
@param uint32_t mask : BIT(i) means mask CPU interrupt number i.
@return None