pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations
sourceimpl W
impl W
sourcepub fn cnt_thr_event_u0_int_clr(&mut self) -> CNT_THR_EVENT_U0_INT_CLR_W<'_, 0>
pub fn cnt_thr_event_u0_int_clr(&mut self) -> CNT_THR_EVENT_U0_INT_CLR_W<'_, 0>
Bit 0 - Set this bit to clear the PCNT_CNT_THR_EVENT_U0_INT interrupt.
sourcepub fn cnt_thr_event_u1_int_clr(&mut self) -> CNT_THR_EVENT_U1_INT_CLR_W<'_, 1>
pub fn cnt_thr_event_u1_int_clr(&mut self) -> CNT_THR_EVENT_U1_INT_CLR_W<'_, 1>
Bit 1 - Set this bit to clear the PCNT_CNT_THR_EVENT_U1_INT interrupt.
sourcepub fn cnt_thr_event_u2_int_clr(&mut self) -> CNT_THR_EVENT_U2_INT_CLR_W<'_, 2>
pub fn cnt_thr_event_u2_int_clr(&mut self) -> CNT_THR_EVENT_U2_INT_CLR_W<'_, 2>
Bit 2 - Set this bit to clear the PCNT_CNT_THR_EVENT_U2_INT interrupt.
sourcepub fn cnt_thr_event_u3_int_clr(&mut self) -> CNT_THR_EVENT_U3_INT_CLR_W<'_, 3>
pub fn cnt_thr_event_u3_int_clr(&mut self) -> CNT_THR_EVENT_U3_INT_CLR_W<'_, 3>
Bit 3 - Set this bit to clear the PCNT_CNT_THR_EVENT_U3_INT interrupt.
Methods from Deref<Target = W<INT_CLR_SPEC>>
Trait Implementations
sourceimpl From<W<INT_CLR_SPEC>> for W
impl From<W<INT_CLR_SPEC>> for W
sourcefn from(writer: W<INT_CLR_SPEC>) -> Self
fn from(writer: W<INT_CLR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more