Struct stm32f30x_memory_map::gptim::CntR
[−]
[src]
pub struct CntR { /* fields omitted */ }
Methods
impl CntR
[src]
fn cntl(&self) -> u16
Bits 0:15 - Low counter value
fn cnth(&self) -> u16
Bits 16:30 - High counter value
fn cnt_or_uifcpy(&self) -> bool
Bit 31 - if IUFREMAP=0 than CNT with read write access else UIFCPY with read only access
Trait Implementations
impl Clone for CntR
[src]
fn clone(&self) -> CntR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more