Home
last modified time | relevance | path

Searched refs:RCC_USBPHYCLKSOURCE_HSE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h842 #define RCC_USBPHYCLKSOURCE_HSE 0U macro
847 (((SOURCE) == RCC_USBPHYCLKSOURCE_HSE) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c309 (((__SOURCE__) == RCC_USBPHYCLKSOURCE_HSE) || \
1233 case RCC_USBPHYCLKSOURCE_HSE: /* HSE is used as clock source for USB PHY clock*/ in HAL_RCCEx_PeriphCLKConfig()
3038 if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSERDY)) && (srcclk == RCC_USBPHYCLKSOURCE_HSE)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h952 #define RCC_USBPHYCLKSOURCE_HSE ((uint32_t)0x00000000U) /*!< HSE clock selected as USBP… macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c2773 case RCC_USBPHYCLKSOURCE_HSE: in HAL_RCCEx_GetPeriphCLKFreq()