Struct stm32l0x1::DCB[][src]

pub struct DCB { /* fields omitted */ }

Debug Control Block

Methods

impl DCB
[src]

Enables TRACE. This is for example required by the peripheral::DWT cycle counter to work properly. As by STM documentation, this flag is not reset on soft-reset, only on power reset.

Disables TRACE. See DCB::enable_trace() for more details

impl DCB
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for DCB
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for DCB
[src]

Auto Trait Implementations

impl !Sync for DCB