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