Module interrupt

Source
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