Struct stm32f30x_memory_map::gptim::Cr2W
[−]
[src]
pub struct Cr2W { /* fields omitted */ }
Methods
impl Cr2W
[src]
fn reset_value() -> Self
Reset value
fn ti1s(&mut self, value: bool) -> &mut Self
Bit 7 - TI1 selection
fn mms(&mut self, value: u8) -> &mut Self
Bits 4:6 - Master mode selection
fn ccds(&mut self, value: bool) -> &mut Self
Bit 3 - Capture/compare DMA 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