Module interrupt

Source
Expand description

Primitives for manipulating interrupts

Enums§

Priority
Logical interrupt priority level.

Constants§

NVIC_PRIO_BITS
Number available in the NVIC for configuring priority

Traits§

InterruptExt
An interrupt type that can be configured by the HAL to handle interrupts.