Struct stm32f105xx::DWT [] [src]

pub struct DWT { /* fields omitted */ }

Data Watchpoint and Trace unit

Methods

impl DWT
[src]

[src]

Enables the cycle counter

[src]

Returns the current clock cycle count

impl DWT
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for DWT
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Send for DWT
[src]

Auto Trait Implementations

impl !Sync for DWT