Struct cortex_m_log::printer::itm::Itm [] [src]

pub struct Itm<M: InterruptModer> { /* fields omitted */ }

ITM backed printer

Methods

impl<M: InterruptModer> Itm<M>
[src]

[src]

Constructs new instance

Trait Implementations

impl<Mode: InterruptModer> Printer for Itm<Mode>
[src]

[src]

[src]

Prints formatted output to destination

[src]

Prints formatted output to destination with newline

Auto Trait Implementations

impl<M> Send for Itm<M> where
    M: Send

impl<M> !Sync for Itm<M>