Module esp32s3_hal::xtensa_lx::interrupt
Expand description
Interrupts
Structs
- Critical section token.
Traits
- Trait for enums of external interrupt numbers.
Functions
- Clear interrupt
- Disables all interrupts and return the previous settings
- Disables specific interrupts and returns the previous settings
- Enables all the interrupts
- Enables specific interrupts and returns the previous setting
- Execute closure
f
in an interrupt-free context. - Get currently active interrupts
- Get current interrupt level
- Get current interrupt mask
- set⚠Set interrupt
- Enables specific interrupts and returns the previous setting