Struct stm32f30x_memory_map::gptim::Ccmr1OutputR
[−]
[src]
pub struct Ccmr1OutputR { /* fields omitted */ }
Methods
impl Ccmr1OutputR
[src]
fn cc1s(&self) -> u8
Bits 0:1 - Capture/Compare 1 selection
fn oc1fe(&self) -> bool
Bit 2 - Output compare 1 fast enable
fn oc1pe(&self) -> bool
Bit 3 - Output compare 1 preload enable
fn oc1m(&self) -> u8
Bits 4:6 - Output compare 1 mode
fn oc1ce(&self) -> bool
Bit 7 - Output compare 1 clear enable
fn cc2s(&self) -> u8
Bits 8:9 - Capture/Compare 2 selection
fn oc2fe(&self) -> bool
Bit 10 - Output compare 2 fast enable
fn oc2pe(&self) -> bool
Bit 11 - Output compare 2 preload enable
fn oc2m(&self) -> u8
Bits 12:14 - Output compare 2 mode
fn oc2ce(&self) -> bool
Bit 15 - Output compare 2 clear enable
fn oc1m_3(&self) -> bool
Bit 16 - Output compare 1 mode bit 3
fn oc2m_3(&self) -> bool
Bit 24 - Output compare 2 mode bit 3
Trait Implementations
impl Clone for Ccmr1OutputR
[src]
fn clone(&self) -> Ccmr1OutputR
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