Struct stm32f30x_memory_map::gptim::Cr1W
[−]
[src]
pub struct Cr1W { /* fields omitted */ }
Methods
impl Cr1W
[src]
fn reset_value() -> Self
Reset value
fn cen(&mut self, value: bool) -> &mut Self
Bit 0 - Counter enable
fn udis(&mut self, value: bool) -> &mut Self
Bit 1 - Update disable
fn urs(&mut self, value: bool) -> &mut Self
Bit 2 - Update request source
fn opm(&mut self, value: bool) -> &mut Self
Bit 3 - One-pulse mode
fn dir(&mut self, value: bool) -> &mut Self
Bit 4 - Direction
fn cms(&mut self, value: u8) -> &mut Self
Bits 5:6 - Center-aligned mode selection
fn arpe(&mut self, value: bool) -> &mut Self
Bit 7 - Auto-reload preload enable
fn ckd(&mut self, value: u8) -> &mut Self
Bits 8:9 - Clock division
fn uifremap(&mut self, value: bool) -> &mut Self
Bit 11 - UIF status bit remapping
Trait Implementations
impl Clone for Cr1W
[src]
fn clone(&self) -> Cr1W
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