Struct stm32f103xx::DWT [−][src]
pub struct DWT { /* fields omitted */ }Data Watchpoint and Trace unit
Methods
impl DWT[src]
impl DWTpub fn enable_cycle_counter(&mut self)[src]
pub fn enable_cycle_counter(&mut self)Enables the cycle counter
pub fn get_cycle_count() -> u32[src]
pub fn get_cycle_count() -> u32Returns the current clock cycle count
impl DWT[src]
impl DWTpub fn ptr() -> *const RegisterBlock[src]
pub fn ptr() -> *const RegisterBlockReturns a pointer to the register block
Trait Implementations
impl Deref for DWT[src]
impl Deref for DWTtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<DWT as Deref>::Target[src]
fn deref(&self) -> &<DWT as Deref>::TargetDereferences the value.
impl Send for DWT[src]
impl Send for DWT