pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations
sourceimpl W
impl W
sourcepub fn ch0_tx_end_int_clr(&mut self) -> CH0_TX_END_INT_CLR_W<'_>
pub fn ch0_tx_end_int_clr(&mut self) -> CH0_TX_END_INT_CLR_W<'_>
Bit 0 - reg_ch0_tx_end_int_clr.
sourcepub fn ch1_tx_end_int_clr(&mut self) -> CH1_TX_END_INT_CLR_W<'_>
pub fn ch1_tx_end_int_clr(&mut self) -> CH1_TX_END_INT_CLR_W<'_>
Bit 1 - reg_ch1_tx_end_int_clr.
sourcepub fn ch2_rx_end_int_clr(&mut self) -> CH2_RX_END_INT_CLR_W<'_>
pub fn ch2_rx_end_int_clr(&mut self) -> CH2_RX_END_INT_CLR_W<'_>
Bit 2 - reg_ch2_rx_end_int_clr.
sourcepub fn ch3_rx_end_int_clr(&mut self) -> CH3_RX_END_INT_CLR_W<'_>
pub fn ch3_rx_end_int_clr(&mut self) -> CH3_RX_END_INT_CLR_W<'_>
Bit 3 - reg_ch3_rx_end_int_clr.
sourcepub fn ch0_err_int_clr(&mut self) -> CH0_ERR_INT_CLR_W<'_>
pub fn ch0_err_int_clr(&mut self) -> CH0_ERR_INT_CLR_W<'_>
Bit 4 - reg_ch0_err_int_clr.
sourcepub fn ch1_err_int_clr(&mut self) -> CH1_ERR_INT_CLR_W<'_>
pub fn ch1_err_int_clr(&mut self) -> CH1_ERR_INT_CLR_W<'_>
Bit 5 - reg_ch1_err_int_clr.
sourcepub fn ch2_err_int_clr(&mut self) -> CH2_ERR_INT_CLR_W<'_>
pub fn ch2_err_int_clr(&mut self) -> CH2_ERR_INT_CLR_W<'_>
Bit 6 - reg_ch2_err_int_clr.
sourcepub fn ch3_err_int_clr(&mut self) -> CH3_ERR_INT_CLR_W<'_>
pub fn ch3_err_int_clr(&mut self) -> CH3_ERR_INT_CLR_W<'_>
Bit 7 - reg_ch3_err_int_clr.
sourcepub fn ch0_tx_thr_event_int_clr(&mut self) -> CH0_TX_THR_EVENT_INT_CLR_W<'_>
pub fn ch0_tx_thr_event_int_clr(&mut self) -> CH0_TX_THR_EVENT_INT_CLR_W<'_>
Bit 8 - reg_ch0_tx_thr_event_int_clr.
sourcepub fn ch1_tx_thr_event_int_clr(&mut self) -> CH1_TX_THR_EVENT_INT_CLR_W<'_>
pub fn ch1_tx_thr_event_int_clr(&mut self) -> CH1_TX_THR_EVENT_INT_CLR_W<'_>
Bit 9 - reg_ch1_tx_thr_event_int_clr.
sourcepub fn ch2_rx_thr_event_int_clr(&mut self) -> CH2_RX_THR_EVENT_INT_CLR_W<'_>
pub fn ch2_rx_thr_event_int_clr(&mut self) -> CH2_RX_THR_EVENT_INT_CLR_W<'_>
Bit 10 - reg_ch2_rx_thr_event_int_clr.
sourcepub fn ch3_rx_thr_event_int_clr(&mut self) -> CH3_RX_THR_EVENT_INT_CLR_W<'_>
pub fn ch3_rx_thr_event_int_clr(&mut self) -> CH3_RX_THR_EVENT_INT_CLR_W<'_>
Bit 11 - reg_ch3_rx_thr_event_int_clr.
sourcepub fn ch0_tx_loop_int_clr(&mut self) -> CH0_TX_LOOP_INT_CLR_W<'_>
pub fn ch0_tx_loop_int_clr(&mut self) -> CH0_TX_LOOP_INT_CLR_W<'_>
Bit 12 - reg_ch0_tx_loop_int_clr.
sourcepub fn ch1_tx_loop_int_clr(&mut self) -> CH1_TX_LOOP_INT_CLR_W<'_>
pub fn ch1_tx_loop_int_clr(&mut self) -> CH1_TX_LOOP_INT_CLR_W<'_>
Bit 13 - reg_ch1_tx_loop_int_clr.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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