Type Alias esp32c3::usb_device::ep1::RDWR_BYTE_R

source ·
pub type RDWR_BYTE_R = FieldReader;
Expand description

Field RDWR_BYTE reader - Write and read byte data to/from UART Tx/Rx FIFO through this field. When USB_DEVICE_SERIAL_IN_EMPTY_INT is set, then user can write data (up to 64 bytes) into UART Tx FIFO. When USB_DEVICE_SERIAL_OUT_RECV_PKT_INT is set, user can check USB_DEVICE_OUT_EP1_WR_ADDR USB_DEVICE_OUT_EP0_RD_ADDR to know how many data is received, then read data from UART Rx FIFO.

Aliased Type§

struct RDWR_BYTE_R { /* private fields */ }