usb/dwc: Fixed some issues with how interrupts were being handled for the H7's DWC2 variant

This commit is contained in:
dragonmux
2024-04-17 18:47:47 +01:00
committed by Piotr Esden-Tempski
parent 76ba8900e3
commit 7da573f9eb
2 changed files with 20 additions and 20 deletions

View File

@@ -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)