Struct stm32f30x_memory_map::btim::Cr1R [] [src]

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

Methods

impl Cr1R
[src]

Bit 0 - Counter enable

Bit 1 - Update disable

Bit 2 - Update request source

Bit 3 - One-pulse mode

Bit 7 - Auto-reload preload enable

Bit 11 - UIF status bit remapping

Trait Implementations

impl Clone for Cr1R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cr1R
[src]