pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
source§impl R
impl R
sourcepub fn cnt_thr_event_u0(&self) -> CNT_THR_EVENT_U0_R
pub fn cnt_thr_event_u0(&self) -> CNT_THR_EVENT_U0_R
Bit 0 - The interrupt enable bit for the PCNT_CNT_THR_EVENT_U0_INT interrupt.
sourcepub fn cnt_thr_event_u1(&self) -> CNT_THR_EVENT_U1_R
pub fn cnt_thr_event_u1(&self) -> CNT_THR_EVENT_U1_R
Bit 1 - The interrupt enable bit for the PCNT_CNT_THR_EVENT_U1_INT interrupt.
sourcepub fn cnt_thr_event_u2(&self) -> CNT_THR_EVENT_U2_R
pub fn cnt_thr_event_u2(&self) -> CNT_THR_EVENT_U2_R
Bit 2 - The interrupt enable bit for the PCNT_CNT_THR_EVENT_U2_INT interrupt.
sourcepub fn cnt_thr_event_u3(&self) -> CNT_THR_EVENT_U3_R
pub fn cnt_thr_event_u3(&self) -> CNT_THR_EVENT_U3_R
Bit 3 - The interrupt enable bit for the PCNT_CNT_THR_EVENT_U3_INT interrupt.
Methods from Deref<Target = R<INT_ENA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more