Module modes

Module modes 

Source
Expand description

Crate configuration modes

Structs§

InterruptFree
Ensures that interrupt free execution.
InterruptOk
No control of interrupts is made.

Traits§

InterruptModer
Trait to configure interrupt mode.