pub struct R(/* private fields */);
Expand description
Register cier
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn crie(&self, n: u8) -> CRIE_R
pub unsafe fn crie(&self, n: u8) -> CRIE_R
If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub fn crie0(&self) -> CRIE_R
pub fn crie0(&self) -> CRIE_R
Bit 0 - If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub fn crie1(&self) -> CRIE_R
pub fn crie1(&self) -> CRIE_R
Bit 2 - If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub fn crie2(&self) -> CRIE_R
pub fn crie2(&self) -> CRIE_R
Bit 4 - If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub fn crie3(&self) -> CRIE_R
pub fn crie3(&self) -> CRIE_R
Bit 6 - If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub fn crie4(&self) -> CRIE_R
pub fn crie4(&self) -> CRIE_R
Bit 8 - If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub fn crie5(&self) -> CRIE_R
pub fn crie5(&self) -> CRIE_R
Bit 10 - If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub fn crie6(&self) -> CRIE_R
pub fn crie6(&self) -> CRIE_R
Bit 12 - If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub fn crie7(&self) -> CRIE_R
pub fn crie7(&self) -> CRIE_R
Bit 14 - If the enable bit is set to 1, when the capture channel captures rising edge, it generates a capture channel pending.
sourcepub unsafe fn cfie(&self, n: u8) -> CFIE_R
pub unsafe fn cfie(&self, n: u8) -> CFIE_R
If the enable bit is set to 1, when the capture channel captures falling edge, it generates a capture channel pending.
sourcepub fn cfie0(&self) -> CFIE_R
pub fn cfie0(&self) -> CFIE_R
Bit 1 - If the enable bit is set to 1, when the capture channel captures falling edge, it generates a capture channel pending.
sourcepub fn cfie1(&self) -> CFIE_R
pub fn cfie1(&self) -> CFIE_R
Bit 3 - If the enable bit is set to 1, when the capture channel captures falling edge, it generates a capture channel pending.
sourcepub fn cfie2(&self) -> CFIE_R
pub fn cfie2(&self) -> CFIE_R
Bit 5 - If the enable bit is set to 1, when the capture channel captures falling edge, it generates a capture channel pending.
sourcepub fn cfie3(&self) -> CFIE_R
pub fn cfie3(&self) -> CFIE_R
Bit 7 - If the enable bit is set to 1, when the capture channel captures falling edge, it generates a capture channel pending.
sourcepub fn cfie4(&self) -> CFIE_R
pub fn cfie4(&self) -> CFIE_R
Bit 9 - If the enable bit is set to 1, when the capture channel captures falling edge, it generates a capture channel pending.
sourcepub fn cfie5(&self) -> CFIE_R
pub fn cfie5(&self) -> CFIE_R
Bit 11 - If the enable bit is set to 1, when the capture channel captures falling edge, it generates a capture channel pending.