![Texas Instruments SimpleLink Ethernet MSP432E401Y Скачать руководство пользователя страница 1749](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_10955781749.webp)
USB Registers
1749
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Universal Serial Bus (USB) Controller
27.5.41 USBTXCSRHn Register [reset = 0x0]
USB Transmit Control and Status Endpoint 1 High (USBTXCSRH1), offset 0x113
USB Transmit Control and Status Endpoint 2 High (USBTXCSRH2), offset 0x123
USB Transmit Control and Status Endpoint 3 High (USBTXCSRH3), offset 0x133
USB Transmit Control and Status Endpoint 4 High (USBTXCSRH4), offset 0x143
USB Transmit Control and Status Endpoint 5 High (USBTXCSRH5), offset 0x153
USB Transmit Control and Status Endpoint 6 High (USBTXCSRH6), offset 0x163
USB Transmit Control and Status Endpoint 7 High (USBTXCSRH7), offset 0x173
OTG A / Host
OTG B / Device
USBTXCSRHn is an 8-bit register that provides additional control for transfers through the currently
selected transmit endpoint.
USBTXCSRHn for OTG A / Host is shown in
and described in
USBTXCSRHn for OTG B / Device is shown in
and described in
Return to
Figure 27-49. USBTXCSRHn Register (OTG A / Host)
7
6
5
4
3
2
1
0
AUTOSET
RESERVED
MODE
DMAEN
FDT
DMAMOD
DTWE
DT
R/W-0x0
R-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
Table 27-54. USBTXCSRHn Register Field Descriptions (OTG A / Host)
Bit
Field
Type
Reset
Description
7
AUTOSET
R/W
0x0
Auto Set.
0x0 = The TXRDY bit must be set manually.
0x1 = Enables the TXRDY bit to be automatically set when data of
the maximum packet size (value in USBTXMAXPn) is loaded into the
transmit FIFO. If a packet of less than the maximum packet size is
loaded, then the TXRDY bit must be set manually.
6
RESERVED
R
0x0
5
MODE
R/W
0x0
Mode.
This bit only has an effect when the same endpoint FIFO is used for
both transmit and receive transactions.
0x0 = Enables the endpoint direction as RX.
0x1 = Enables the endpoint direction as TX.
4
DMAEN
R/W
0x0
DMA Request Enable.
0x0 = Disables the DMA request for the transmit endpoint.
0x1 = Enables the DMA request for the transmit endpoint.
3
FDT
R/W
0x0
Force Data Toggle.
0x0 = No effect.
0x1 = Forces the endpoint DT bit to switch and the data packet to be
cleared from the FIFO, regardless of whether an ACK was received.
This bit can be used by interrupt transmit endpoints that are used to
communicate rate feedback for isochronous endpoints.
2
DMAMOD
R/W
0x0
DMA Request Mode.
This bit must not be cleared either before or in the same cycle as the
above DMAEN bit is cleared.
0x0 = An interrupt is generated after every DMA packet transfer.
0x1 = An interrupt is generated only after the entire DMA transfer is
complete.