pub type R = R<CCERrs>;
Expand description
Register CCER
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn cce(&self, n: u8) -> CCE_R
pub fn cce(&self, n: u8) -> CCE_R
Capture/Compare (1-4) output enable
`n` is number of field in register. `n == 0` corresponds to `CC1E` field.
Sourcepub fn cce_iter(&self) -> impl Iterator<Item = CCE_R> + '_
pub fn cce_iter(&self) -> impl Iterator<Item = CCE_R> + '_
Iterator for array of: Capture/Compare (1-4) output enable
Sourcepub fn ccp(&self, n: u8) -> CCP_R
pub fn ccp(&self, n: u8) -> CCP_R
Capture/Compare (1-4) output Polarity
`n` is number of field in register. `n == 0` corresponds to `CC1P` field.
Sourcepub fn ccp_iter(&self) -> impl Iterator<Item = CCP_R> + '_
pub fn ccp_iter(&self) -> impl Iterator<Item = CCP_R> + '_
Iterator for array of: Capture/Compare (1-4) output Polarity
Sourcepub fn ccnp(&self, n: u8) -> CCNP_R
pub fn ccnp(&self, n: u8) -> CCNP_R
Capture/Compare (1-4) output Polarity
`n` is number of field in register. `n == 0` corresponds to `CC1NP` field.