Function esp_idf_hal::sys::esp_cpu_wait_for_intr

source ยท
pub unsafe extern "C" fn esp_cpu_wait_for_intr()
Expand description

@brief Wait for Interrupt

This function causes the current CPU core to execute its Wait For Interrupt (WFI or equivalent) instruction. After executing this function, the CPU core will stop execution until an interrupt occurs.