Module cortex_m_log::modes [] [src]

Crate configuration modes

Structs

InterruptFree

Ensures that interrupt free execution.

InterruptOk

No control of interrupts is made.

Traits

InterruptModer

Trait to configure interrupt mode.