pub type R = R<INT_ENA_SPEC>;Expand description
Register INT_ENA reader
Aliased Type§
struct R { /* private fields */ }Implementations§
source§impl R
impl R
sourcepub fn target(&self, n: u8) -> TARGET_R
pub fn target(&self, n: u8) -> TARGET_R
Interrupt enable bit of system timer target (0-2).
`n` is number of field in register. `n == 0` corresponds to `TARGET0` field.
sourcepub fn target_iter(&self) -> impl Iterator<Item = TARGET_R> + '_
pub fn target_iter(&self) -> impl Iterator<Item = TARGET_R> + '_
Iterator for array of: Interrupt enable bit of system timer target (0-2).