Expand description
Interrupts
Functions§
- clear⚠
- Clear interrupt
- disable
- Disables all interrupts and return the previous settings
- disable_
mask - Disables specific interrupts and returns the previous settings
- enable⚠
- Enables all the interrupts
- enable_
mask ⚠ - Enables specific interrupts and returns the previous setting
- free
- Execute closure
f
in an interrupt-free context. - get
- Get currently active interrupts
- get_
level - Get current interrupt level
- get_
mask - Get current interrupt mask
- set⚠
- Set interrupt
- set_
mask ⚠ - Enables specific interrupts and returns the previous setting