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 7b287ec commit 160ef46Copy full SHA for 160ef46
drivers/usb/device/usb_dc_stm32.c
@@ -430,7 +430,7 @@ static int usb_dc_stm32_clock_enable(void)
430
#elif defined(CONFIG_SOC_SERIES_STM32U5X)
431
LL_AHB2_GRP1_EnableClock(LL_AHB2_GRP1_PERIPH_USBPHY);
432
/* Both OTG HS and USBPHY sleep clock MUST be disabled here at the same time */
433
- LL_AHB2_GRP1_DisableClockStopSleep(LL_AHB2_GRP1_PERIPH_OTG_HS ||
+ LL_AHB2_GRP1_DisableClockStopSleep(LL_AHB2_GRP1_PERIPH_OTG_HS |
434
LL_AHB2_GRP1_PERIPH_USBPHY);
435
#elif DT_HAS_COMPAT_STATUS_OKAY(st_stm32n6_otghs)
436
/* Reset specific configuration bits before setting new values */
0 commit comments