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