pub struct W(_);Expand description
Register INT_CLR writer
Implementations
sourceimpl 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 - Set this bit to clear UHCI_RX_START_INT interrupt.
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 - Set this bit to clear UHCI_TX_START_INT interrupt.
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 - Set this bit to clear UHCI_RX_HUNG_INT interrupt.
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 - Set this bit to clear UHCI_TX_HUNG_INT interrupt.
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 - Set this bit to clear UHCI_SEND_S_REQ_Q_INT interrupt.
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 - Set this bit to clear UHCI_SEND_A_REQ_Q_INT interrupt.
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 - Set this bit to clear UHCI_OUTLINK_EOF_ERR_INT interrupt.
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 - Set this bit to clear UHCI_APP_CTRL0_INT interrupt.
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 - Set this bit to clear UHCI_APP_CTRL1_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