Struct stm32f103xx::ITM[][src]

pub struct ITM { /* fields omitted */ }
[]

Instrumentation Trace Macrocell

Methods

impl ITM
[src]
[]

[]

Returns a pointer to the register block

Trait Implementations

impl Deref for ITM
[src]
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

impl Send for ITM
[src]

impl DerefMut for ITM
[src]
[+]

[]

Mutably dereferences the value.

Auto Trait Implementations

impl !Sync for ITM