pub type R = R<SRrs>;
Expand description
Register SR
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn ccif(&self, n: u8) -> CCIF_R
pub fn ccif(&self, n: u8) -> CCIF_R
Capture/compare (1-2) interrupt flag
`n` is number of field in register. `n == 0` corresponds to `CC1IF` field.
Sourcepub fn ccif_iter(&self) -> impl Iterator<Item = CCIF_R> + '_
pub fn ccif_iter(&self) -> impl Iterator<Item = CCIF_R> + '_
Iterator for array of: Capture/compare (1-2) interrupt flag
Sourcepub fn ccof(&self, n: u8) -> CCOF_R
pub fn ccof(&self, n: u8) -> CCOF_R
Capture/Compare (1-2) overcapture flag
`n` is number of field in register. `n == 0` corresponds to `CC1OF` field.