Struct stm32f30x_memory_map::gptim::Ccmr2InputW
[−]
[src]
pub struct Ccmr2InputW { /* fields omitted */ }
Methods
impl Ccmr2InputW
[src]
fn reset_value() -> Self
Reset value
fn ic4f(&mut self, value: u8) -> &mut Self
Bits 12:15 - Input capture 4 filter
fn ic4psc(&mut self, value: u8) -> &mut Self
Bits 10:11 - Input capture 4 prescaler
fn cc4s(&mut self, value: u8) -> &mut Self
Bits 8:9 - Capture/Compare 4 selection
fn ic3f(&mut self, value: u8) -> &mut Self
Bits 4:7 - Input capture 3 filter
fn ic3psc(&mut self, value: u8) -> &mut Self
Bits 2:3 - Input capture 3 prescaler
fn cc3s(&mut self, value: u8) -> &mut Self
Bits 0:1 - Capture/Compare 3 selection
Trait Implementations
impl Clone for Ccmr2InputW
[src]
fn clone(&self) -> Ccmr2InputW
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