Expand description

Interrupts

Structs§

Traits§

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