Home
last modified time | relevance | path

Searched refs:RCC_USBCLKSOURCE_PLLQ (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h349 #define RCC_USBCLKSOURCE_PLLQ RCC_CCIPR_CLK48SEL_1 macro
1238 ((__SOURCE__) == RCC_USBCLKSOURCE_PLLQ) || \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c320 if (PeriphClkInit->UsbClockSelection == RCC_USBCLKSOURCE_PLLQ) in HAL_RCCEx_PeriphCLKConfig()
995 case RCC_USBCLKSOURCE_PLLQ: in HAL_RCCEx_GetPeriphCLKFreq()