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