pub type R = R<IOSCRrs>;
Expand description
Register IOSCR
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn g_io1(&self, n: u8) -> G_IO1_R
pub fn g_io1(&self, n: u8) -> G_IO1_R
G(1-8)_IO1 sampling mode
`n` is number of field in register. `n == 0` corresponds to `G1_IO1` field.
Sourcepub fn g_io1_iter(&self) -> impl Iterator<Item = G_IO1_R> + '_
pub fn g_io1_iter(&self) -> impl Iterator<Item = G_IO1_R> + '_
Iterator for array of: G(1-8)_IO1 sampling mode
Sourcepub fn g_io2(&self, n: u8) -> G_IO2_R
pub fn g_io2(&self, n: u8) -> G_IO2_R
G(1-8)_IO2 sampling mode
`n` is number of field in register. `n == 0` corresponds to `G1_IO2` field.
Sourcepub fn g_io2_iter(&self) -> impl Iterator<Item = G_IO2_R> + '_
pub fn g_io2_iter(&self) -> impl Iterator<Item = G_IO2_R> + '_
Iterator for array of: G(1-8)_IO2 sampling mode
Sourcepub fn g_io3(&self, n: u8) -> G_IO3_R
pub fn g_io3(&self, n: u8) -> G_IO3_R
G(1-8)_IO3 sampling mode
`n` is number of field in register. `n == 0` corresponds to `G1_IO3` field.
Sourcepub fn g_io3_iter(&self) -> impl Iterator<Item = G_IO3_R> + '_
pub fn g_io3_iter(&self) -> impl Iterator<Item = G_IO3_R> + '_
Iterator for array of: G(1-8)_IO3 sampling mode
Sourcepub fn g_io4(&self, n: u8) -> G_IO4_R
pub fn g_io4(&self, n: u8) -> G_IO4_R
G(1-8)_IO4 sampling mode
`n` is number of field in register. `n == 0` corresponds to `G1_IO4` field.
Sourcepub fn g_io4_iter(&self) -> impl Iterator<Item = G_IO4_R> + '_
pub fn g_io4_iter(&self) -> impl Iterator<Item = G_IO4_R> + '_
Iterator for array of: G(1-8)_IO4 sampling mode