We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160ef46 commit 9493af9Copy full SHA for 9493af9
drivers/usb/udc/udc_stm32.c
@@ -1144,7 +1144,7 @@ static int priv_clock_enable(void)
1144
#elif defined(CONFIG_SOC_SERIES_STM32U5X)
1145
LL_AHB2_GRP1_EnableClock(LL_AHB2_GRP1_PERIPH_USBPHY);
1146
/* Both OTG HS and USBPHY sleep clock MUST be disabled here at the same time */
1147
- LL_AHB2_GRP1_DisableClockStopSleep(LL_AHB2_GRP1_PERIPH_OTG_HS ||
+ LL_AHB2_GRP1_DisableClockStopSleep(LL_AHB2_GRP1_PERIPH_OTG_HS |
1148
LL_AHB2_GRP1_PERIPH_USBPHY);
1149
#elif DT_HAS_COMPAT_STATUS_OKAY(st_stm32n6_otghs)
1150
/* Reset specific configuration bits before setting new values */
0 commit comments