[][src]Module cortex_m_log::modes

Crate configuration modes

Structs

InterruptFree

Ensures that interrupt free execution.

InterruptOk

No control of interrupts is made.

Traits

InterruptModer

Trait to configure interrupt mode.