update otg high speed
This commit is contained in:
parent
160921a008
commit
d6d2f3e1ac
@ -175,6 +175,13 @@ block/OTG:
|
|||||||
stride: 32
|
stride: 32
|
||||||
byte_offset: 2320
|
byte_offset: 2320
|
||||||
fieldset: DIEPTSIZ
|
fieldset: DIEPTSIZ
|
||||||
|
- name: DIEPDMA
|
||||||
|
description: Device IN endpoint DMA address register
|
||||||
|
array:
|
||||||
|
len: 16
|
||||||
|
stride: 32
|
||||||
|
byte_offset: 2324
|
||||||
|
fieldset: DIEPDMA
|
||||||
- name: DTXFSTS
|
- name: DTXFSTS
|
||||||
description: Device IN endpoint transmit FIFO status register
|
description: Device IN endpoint transmit FIFO status register
|
||||||
array:
|
array:
|
||||||
@ -553,6 +560,14 @@ fieldset/DOEPDMA:
|
|||||||
bit_offset: 0
|
bit_offset: 0
|
||||||
bit_size: 32
|
bit_size: 32
|
||||||
|
|
||||||
|
fieldset/DIEPDMA:
|
||||||
|
description: OTG device OUT endpoint 0 DMA address register.
|
||||||
|
fields:
|
||||||
|
- name: DMAADDR
|
||||||
|
description: DMAADDR.
|
||||||
|
bit_offset: 0
|
||||||
|
bit_size: 32
|
||||||
|
|
||||||
fieldset/DOEPINT:
|
fieldset/DOEPINT:
|
||||||
description: This register indicates the status of an endpoint with respect to USB- and AHB-related events. It is shown in Figure724. The application must read this register when the OUT endpoints interrupt bit of the GINTSTS register (OEPINT bit in GINTSTS) is set. Before the application can read this register, it must first read the DAINT register to get the exact endpoint number for the DOEPINTx register. The application must clear the appropriate bit in this register to clear the corresponding bits in the DAINT and GINTSTS registers.
|
description: This register indicates the status of an endpoint with respect to USB- and AHB-related events. It is shown in Figure724. The application must read this register when the OUT endpoints interrupt bit of the GINTSTS register (OEPINT bit in GINTSTS) is set. Before the application can read this register, it must first read the DAINT register to get the exact endpoint number for the DOEPINTx register. The application must clear the appropriate bit in this register to clear the corresponding bits in the DAINT and GINTSTS registers.
|
||||||
fields:
|
fields:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user