pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations§
source§impl W
impl W
sourcepub fn rx_start_int_clr(&mut self) -> RX_START_INT_CLR_W<'_, 0>
pub fn rx_start_int_clr(&mut self) -> RX_START_INT_CLR_W<'_, 0>
Bit 0 - a
sourcepub fn tx_start_int_clr(&mut self) -> TX_START_INT_CLR_W<'_, 1>
pub fn tx_start_int_clr(&mut self) -> TX_START_INT_CLR_W<'_, 1>
Bit 1 - a
sourcepub fn rx_hung_int_clr(&mut self) -> RX_HUNG_INT_CLR_W<'_, 2>
pub fn rx_hung_int_clr(&mut self) -> RX_HUNG_INT_CLR_W<'_, 2>
Bit 2 - a
sourcepub fn tx_hung_int_clr(&mut self) -> TX_HUNG_INT_CLR_W<'_, 3>
pub fn tx_hung_int_clr(&mut self) -> TX_HUNG_INT_CLR_W<'_, 3>
Bit 3 - a
sourcepub fn send_s_reg_q_int_clr(&mut self) -> SEND_S_REG_Q_INT_CLR_W<'_, 4>
pub fn send_s_reg_q_int_clr(&mut self) -> SEND_S_REG_Q_INT_CLR_W<'_, 4>
Bit 4 - a
sourcepub fn send_a_reg_q_int_clr(&mut self) -> SEND_A_REG_Q_INT_CLR_W<'_, 5>
pub fn send_a_reg_q_int_clr(&mut self) -> SEND_A_REG_Q_INT_CLR_W<'_, 5>
Bit 5 - a
sourcepub fn outlink_eof_err_int_clr(&mut self) -> OUTLINK_EOF_ERR_INT_CLR_W<'_, 6>
pub fn outlink_eof_err_int_clr(&mut self) -> OUTLINK_EOF_ERR_INT_CLR_W<'_, 6>
Bit 6 - a
sourcepub fn app_ctrl0_int_clr(&mut self) -> APP_CTRL0_INT_CLR_W<'_, 7>
pub fn app_ctrl0_int_clr(&mut self) -> APP_CTRL0_INT_CLR_W<'_, 7>
Bit 7 - a
sourcepub fn app_ctrl1_int_clr(&mut self) -> APP_CTRL1_INT_CLR_W<'_, 8>
pub fn app_ctrl1_int_clr(&mut self) -> APP_CTRL1_INT_CLR_W<'_, 8>
Bit 8 - a
Methods from Deref<Target = W<INT_CLR_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