usb/dwc: Fixed some issues with how interrupts were being handled for the H7's DWC2 variant
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
76ba8900e3
commit
7da573f9eb
@@ -147,7 +147,8 @@
|
||||
#define OTG_GINTSTS_PTXFE (1U << 26U)
|
||||
#define OTG_GINTSTS_HCINT (1U << 25U)
|
||||
#define OTG_GINTSTS_HPRTINT (1U << 24U)
|
||||
/* Bits 23:22 - Reserved */
|
||||
#define OTG_GINTSTS_RSTDET (1U << 23U)
|
||||
/* Bit 22 - Reserved */
|
||||
#define OTG_GINTSTS_IPXFR (1U << 21U)
|
||||
#define OTG_GINTSTS_INCOMPISOOUT (1U << 21U)
|
||||
#define OTG_GINTSTS_IISOIXFR (1U << 20U)
|
||||
|
||||
Reference in New Issue
Block a user