Expand description
Endpoint 1 configure and status register
Structs§
- EP1_
CONF_ SPEC - Endpoint 1 configure and status register
Type Aliases§
- R
- Register
EP1_CONF
reader - SERIAL_
IN_ EP_ DATA_ FREE_ R - Field
SERIAL_IN_EP_DATA_FREE
reader - 1’b1: Indicate UART Tx FIFO is not full and can write data into in. After writing USB_DEVICE_WR_DONE, this bit would be 0 until data in UART Tx FIFO is read by USB Host. - SERIAL_
OUT_ EP_ DATA_ AVAIL_ R - Field
SERIAL_OUT_EP_DATA_AVAIL
reader - 1’b1: Indicate there is data in UART Rx FIFO. - W
- Register
EP1_CONF
writer - WR_
DONE_ W - Field
WR_DONE
writer - Set this bit to indicate writing byte data to UART Tx FIFO is done.