Home
last modified time | relevance | path

Searched refs:RCC_RNGCLKSOURCE_PLLSAI1 (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h147 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLLSAI1) || \
560 #define RCC_RNGCLKSOURCE_PLLSAI1 (CLK48_MASK | LL_RCC_CLK48_CLKSOURCE_PLLSAI1) /*!< PLLSAI… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h615 #define RCC_RNGCLKSOURCE_PLLSAI1 RCC_CCIPR_CLK48SEL_0 macro
2811 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLLSAI1) || \
2825 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLLSAI1) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h477 #define RCC_RNGCLKSOURCE_PLLSAI1 RCC_CCIPR1_CLK48MSEL_0 /*!< PLLSAI1 "Q" clock (PLL48M2CLK) */ macro
2077 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLLSAI1) || \
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c693 …else if (rngClockSource == RCC_RNGCLKSOURCE_PLLSAI1) /* PLLSAI1 clock used as SAI1 clock source… in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c603 else if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c623 else if(PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()