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