Struct stm32f30x_memory_map::gptim::CntW [] [src]

#[repr(C)]
pub struct CntW { /* fields omitted */ }

Methods

impl CntW
[src]

Reset value

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 CntW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CntW
[src]