Function esp32_hal::interrupt::clear_software_interrupt[][src]

#[link_section = ".rwtext"]
pub fn clear_software_interrupt(interrupt: Interrupt) -> Result<(), Error>
Expand description

Clear a (cross-)core interrupt

Valid interrupts are FROM_CPU_INTR[0-3], INTERNAL_SOFTWARE_LEVEL_1_INTR and INTERNAL_SOFTWARE_LEVEL_3_INTR.