pub type R = R<CRLrs>;
Expand description
Register CRL
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn mode(&self, n: u8) -> MODE_R
pub fn mode(&self, n: u8) -> MODE_R
Port n.(0-7) mode bits
`n` is number of field in register. `n == 0` corresponds to `MODE0` field.
Sourcepub fn mode_iter(&self) -> impl Iterator<Item = MODE_R> + '_
pub fn mode_iter(&self) -> impl Iterator<Item = MODE_R> + '_
Iterator for array of: Port n.(0-7) mode bits
Sourcepub fn cnf(&self, n: u8) -> CNF_R
pub fn cnf(&self, n: u8) -> CNF_R
Port n.(0-7) configuration bits
`n` is number of field in register. `n == 0` corresponds to `CNF0` field.