Function esp32_hal::interrupt::set_software_interrupt[][src]

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

Trigger a (cross-)core interrupt

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