Function esp_idf_hal::sys::rtc_isr_noniram_disable
source ยท pub unsafe extern "C" fn rtc_isr_noniram_disable(cpu: u32)
Expand description
@brief Disable the RTC interrupt that is allowed to be executed when cache is disabled.
cache disabled. Internal interrupt handle function will call this function in interrupt
handler function. Disable bits when esp_intr_noniram_disable
is called.
@param cpu CPU number.