Struct stm32f30x_memory_map::gptim::Ccmr2OutputR
[−]
[src]
pub struct Ccmr2OutputR { /* fields omitted */ }
Methods
impl Ccmr2OutputR
[src]
fn cc3s(&self) -> u8
Bits 0:1 - Capture/Compare 3 selection
fn oc3fe(&self) -> bool
Bit 2 - Output compare 3 fast enable
fn oc3pe(&self) -> bool
Bit 3 - Output compare 3 preload enable
fn oc3m(&self) -> u8
Bits 4:6 - Output compare 3 mode
fn oc3ce(&self) -> bool
Bit 7 - Output compare 3 clear enable
fn cc4s(&self) -> u8
Bits 8:9 - Capture/Compare 4 selection
fn oc4fe(&self) -> bool
Bit 10 - Output compare 4 fast enable
fn oc4pe(&self) -> bool
Bit 11 - Output compare 4 preload enable
fn oc4m(&self) -> u8
Bits 12:14 - Output compare 4 mode
fn o24ce(&self) -> bool
Bit 15 - Output compare 4 clear enable
fn oc3m_3(&self) -> bool
Bit 16 - Output compare 3 mode bit3
fn oc4m_3(&self) -> bool
Bit 24 - Output compare 4 mode bit3
Trait Implementations
impl Clone for Ccmr2OutputR
[src]
fn clone(&self) -> Ccmr2OutputR
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