Struct esp32s3_hal::pac::uhci0::int_clr::W
pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations§
§impl W
impl W
pub fn rx_start_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 0>
pub fn rx_start_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 0>
Bit 0 - Set this bit to clear UHCI_RX_START_INT interrupt.
pub fn tx_start_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 1>
pub fn tx_start_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 1>
Bit 1 - Set this bit to clear UHCI_TX_START_INT interrupt.
pub fn rx_hung_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 2>
pub fn rx_hung_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 2>
Bit 2 - Set this bit to clear UHCI_RX_HUNG_INT interrupt.
pub fn tx_hung_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 3>
pub fn tx_hung_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 3>
Bit 3 - Set this bit to clear UHCI_TX_HUNG_INT interrupt.
pub fn send_s_reg_q_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 4>
pub fn send_s_reg_q_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 4>
Bit 4 - Set this bit to clear UHCI_SEND_S_REQ_Q_INT interrupt.
pub fn send_a_reg_q_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 5>
pub fn send_a_reg_q_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 5>
Bit 5 - Set this bit to clear UHCI_SEND_A_REQ_Q_INT interrupt.
pub fn outlink_eof_err_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 6>
pub fn outlink_eof_err_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 6>
Bit 6 - Set this bit to clear UHCI_OUTLINK_EOF_ERR_INT interrupt.
pub fn app_ctrl0_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 7>
pub fn app_ctrl0_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 7>
Bit 7 - Set this bit to clear UHCI_APP_CTRL0_INT interrupt.
pub fn app_ctrl1_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 8>
pub fn app_ctrl1_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 8>
Bit 8 - Set this bit to clear UHCI_APP_CTRL1_INT interrupt.
Methods from Deref<Target = W<INT_CLR_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<INT_CLR_SPEC>> for W
impl From<W<INT_CLR_SPEC>> for W
§fn from(writer: W<INT_CLR_SPEC>) -> W
fn from(writer: W<INT_CLR_SPEC>) -> W
Converts to this type from the input type.