Struct stm32f30x_memory_map::btim::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 arpe(&mut self, value: bool) -> &mut Self
Bit 7 - Auto-reload preload enable
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