Type Alias esp32s3::usb_device::int_clr::W

source ·
pub type W = W<INT_CLR_SPEC>;
Expand description

Register INT_CLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn jtag_in_flush_int_clr( &mut self ) -> JTAG_IN_FLUSH_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 0 - Set this bit to clear the USB_DEVICE_JTAG_IN_FLUSH_INT interrupt.

source

pub fn sof_int_clr(&mut self) -> SOF_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 1 - Set this bit to clear the USB_DEVICE_JTAG_SOF_INT interrupt.

source

pub fn serial_out_recv_pkt_int_clr( &mut self ) -> SERIAL_OUT_RECV_PKT_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 2 - Set this bit to clear the USB_DEVICE_SERIAL_OUT_RECV_PKT_INT interrupt.

source

pub fn serial_in_empty_int_clr( &mut self ) -> SERIAL_IN_EMPTY_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 3 - Set this bit to clear the USB_DEVICE_SERIAL_IN_EMPTY_INT interrupt.

source

pub fn pid_err_int_clr(&mut self) -> PID_ERR_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 4 - Set this bit to clear the USB_DEVICE_PID_ERR_INT interrupt.

source

pub fn crc5_err_int_clr(&mut self) -> CRC5_ERR_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 5 - Set this bit to clear the USB_DEVICE_CRC5_ERR_INT interrupt.

source

pub fn crc16_err_int_clr(&mut self) -> CRC16_ERR_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 6 - Set this bit to clear the USB_DEVICE_CRC16_ERR_INT interrupt.

source

pub fn stuff_err_int_clr(&mut self) -> STUFF_ERR_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 7 - Set this bit to clear the USB_DEVICE_STUFF_ERR_INT interrupt.

source

pub fn in_token_rec_in_ep1_int_clr( &mut self ) -> IN_TOKEN_REC_IN_EP1_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 8 - Set this bit to clear the USB_DEVICE_IN_TOKEN_IN_EP1_INT interrupt.

source

pub fn usb_bus_reset_int_clr( &mut self ) -> USB_BUS_RESET_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 9 - Set this bit to clear the USB_DEVICE_USB_BUS_RESET_INT interrupt.

source

pub fn out_ep1_zero_payload_int_clr( &mut self ) -> OUT_EP1_ZERO_PAYLOAD_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 10 - Set this bit to clear the USB_DEVICE_OUT_EP1_ZERO_PAYLOAD_INT interrupt.

source

pub fn out_ep2_zero_payload_int_clr( &mut self ) -> OUT_EP2_ZERO_PAYLOAD_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 11 - Set this bit to clear the USB_DEVICE_OUT_EP2_ZERO_PAYLOAD_INT interrupt.

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

Safety

Passing incorrect value can cause undefined behaviour. See reference manual