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

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

Clear a (cross-)core interrupt

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