pub unsafe extern "C" fn ets_isr_unmask(unmask: u32)
Expand description

@brief Unmask the interrupts which show in mask bits. This function equals to _xtos_ints_on(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