Struct lpc177x_8x::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 DerefMut for ITM
[src]

Mutably dereferences the value.

impl Send for ITM
[src]

Auto Trait Implementations

impl !Sync for ITM