pub type R = R<CCMR1_INPUTrs>;
Expand description
Register CCMR1_Input
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn icpsc(&self, n: u8) -> ICPSC_R
pub fn icpsc(&self, n: u8) -> ICPSC_R
Input capture (1-2) prescaler
`n` is number of field in register. `n == 0` corresponds to `IC1PSC` field.
Sourcepub fn icpsc_iter(&self) -> impl Iterator<Item = ICPSC_R> + '_
pub fn icpsc_iter(&self) -> impl Iterator<Item = ICPSC_R> + '_
Iterator for array of: Input capture (1-2) prescaler
Sourcepub fn icf(&self, n: u8) -> ICF_R
pub fn icf(&self, n: u8) -> ICF_R
Input capture (1-2) filter
`n` is number of field in register. `n == 0` corresponds to `IC1F` field.