Struct stm32f103xx::DWT[][src]

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

Data Watchpoint and Trace unit

Methods

impl DWT
[src]
[]

[]

Enables the cycle counter

[]

Returns the current clock cycle count

impl DWT
[src]
[]

[]

Returns a pointer to the register block

Trait Implementations

impl Deref for DWT
[src]
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

impl Send for DWT
[src]

Auto Trait Implementations

impl !Sync for DWT