Struct stm32f30x_memory_map::gptim::CntR [] [src]

pub struct CntR { /* fields omitted */ }

Methods

impl CntR
[src]

Bits 0:15 - Low counter value

Bits 16:30 - High counter value

Bit 31 - if IUFREMAP=0 than CNT with read write access else UIFCPY with read only access

Trait Implementations

impl Clone for CntR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CntR
[src]