pub struct W(_);Expand description
Register INT_ENA writer
Implementations§
source§impl W
impl W
sourcepub fn cnt_thr_event_u0(&mut self) -> CNT_THR_EVENT_U0_W<'_, 0>
pub fn cnt_thr_event_u0(&mut self) -> CNT_THR_EVENT_U0_W<'_, 0>
Bit 0 - The interrupt enable bit for the PCNT_CNT_THR_EVENT_U0_INT interrupt.
sourcepub fn cnt_thr_event_u1(&mut self) -> CNT_THR_EVENT_U1_W<'_, 1>
pub fn cnt_thr_event_u1(&mut self) -> CNT_THR_EVENT_U1_W<'_, 1>
Bit 1 - The interrupt enable bit for the PCNT_CNT_THR_EVENT_U1_INT interrupt.
sourcepub fn cnt_thr_event_u2(&mut self) -> CNT_THR_EVENT_U2_W<'_, 2>
pub fn cnt_thr_event_u2(&mut self) -> CNT_THR_EVENT_U2_W<'_, 2>
Bit 2 - The interrupt enable bit for the PCNT_CNT_THR_EVENT_U2_INT interrupt.
sourcepub fn cnt_thr_event_u3(&mut self) -> CNT_THR_EVENT_U3_W<'_, 3>
pub fn cnt_thr_event_u3(&mut self) -> CNT_THR_EVENT_U3_W<'_, 3>
Bit 3 - The interrupt enable bit for the PCNT_CNT_THR_EVENT_U3_INT interrupt.
Methods from Deref<Target = W<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