pub type R = R<ISRrs>;
Expand description
Register ISR
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn alrwf(&self, n: u8) -> ALRWF_R
pub fn alrwf(&self, n: u8) -> ALRWF_R
Alarm (A,B) write flag
`n` is number of field in register. `n == 0` corresponds to `ALRAWF` field.
Sourcepub fn alrwf_iter(&self) -> impl Iterator<Item = ALRWF_R> + '_
pub fn alrwf_iter(&self) -> impl Iterator<Item = ALRWF_R> + '_
Iterator for array of: Alarm (A,B) write flag
Sourcepub fn alrf(&self, n: u8) -> ALRF_R
pub fn alrf(&self, n: u8) -> ALRF_R
Alarm (A,B) flag
`n` is number of field in register. `n == 0` corresponds to `ALRAF` field.