Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1112 #define RCC_FDCANCLKSOURCE_PLL2Q RCC_CCIPR5_FDCANSEL_1 macro
3601 ((__SOURCE__) == RCC_FDCANCLKSOURCE_PLL2Q))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2351 case RCC_FDCANCLKSOURCE_PLL2Q: /* PLL2 is used as clock source for FDCAN kernel clock*/ in HAL_RCCEx_PeriphCLKConfig()
4761 else if (srcclk == RCC_FDCANCLKSOURCE_PLL2Q) in HAL_RCCEx_GetPeriphCLKFreq()