Struct stm32f30x_memory_map::gptim::Cr2R
[−]
[src]
pub struct Cr2R { /* fields omitted */ }
Methods
impl Cr2R
[src]
fn ti1s(&self) -> bool
Bit 7 - TI1 selection
fn mms(&self) -> u8
Bits 4:6 - Master mode selection
fn ccds(&self) -> bool
Bit 3 - Capture/compare DMA selection
Trait Implementations
impl Clone for Cr2R
[src]
fn clone(&self) -> Cr2R
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