pub type R = R<DIERrs>;
Expand description
Register DIER
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn ccie(&self, n: u8) -> CCIE_R
pub fn ccie(&self, n: u8) -> CCIE_R
Capture/Compare (1-4) interrupt enable
`n` is number of field in register. `n == 0` corresponds to `CC1IE` field.
Sourcepub fn ccie_iter(&self) -> impl Iterator<Item = CCIE_R> + '_
pub fn ccie_iter(&self) -> impl Iterator<Item = CCIE_R> + '_
Iterator for array of: Capture/Compare (1-4) interrupt enable
Sourcepub fn ccde(&self, n: u8) -> CCDE_R
pub fn ccde(&self, n: u8) -> CCDE_R
Capture/Compare (1-4) DMA request enable
`n` is number of field in register. `n == 0` corresponds to `CC1DE` field.