pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn jofr(&self, n: usize) -> &Reg<JOFRrs>
pub const fn jofr(&self, n: usize) -> &Reg<JOFRrs>
0x14..0x24 - injected channel data offset register %s
`n` is the index of register in the array. `n == 0` corresponds to `JOFR1` register.
Sourcepub fn jofr_iter(&self) -> impl Iterator<Item = &Reg<JOFRrs>>
pub fn jofr_iter(&self) -> impl Iterator<Item = &Reg<JOFRrs>>
Iterator for array of: 0x14..0x24 - injected channel data offset register %s
Sourcepub const fn jdr(&self, n: usize) -> &Reg<JDRrs>
pub const fn jdr(&self, n: usize) -> &Reg<JDRrs>
0x3c..0x4c - injected data register x
`n` is the index of register in the array. `n == 0` corresponds to `JDR1` register.