From cfd515e89df2416da1bb0bca3510e47cdbfa6b1e Mon Sep 17 00:00:00 2001 From: dragonmux Date: Wed, 17 Apr 2024 18:58:05 +0100 Subject: [PATCH] usb/dwc: Made one more of the out EP's interrupt mask values available for use in the H7 bringup code --- include/libopencm3/usb/dwc/otg_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/usb/dwc/otg_common.h b/include/libopencm3/usb/dwc/otg_common.h index c1ac0110..e196eaf5 100644 --- a/include/libopencm3/usb/dwc/otg_common.h +++ b/include/libopencm3/usb/dwc/otg_common.h @@ -285,7 +285,7 @@ #define OTG_DOEPMSK_OPEM (1U << 8U) /* Bit 7 - Reserved */ #define OTG_DOEPMSK_B2BSTUP (1U << 6U) -/* Bit 5 - Reserved */ +#define OTG_DOEPMSK_STSPHSRXM (1U << 5U) #define OTG_DOEPMSK_OTEPDM (1U << 4U) #define OTG_DOEPMSK_STUPM (1U << 3U) /* Bit 2 - Reserved */