Struct stm32f30x_memory_map::btim::Cr2W
[−]
[src]
pub struct Cr2W { /* fields omitted */ }
Methods
impl Cr2W
[src]
fn reset_value() -> Self
Reset value
fn mms(&mut self, value: u8) -> &mut Self
Bits 4:6 - Master mode selection
Trait Implementations
impl Clone for Cr2W
[src]
fn clone(&self) -> Cr2W
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