Home
last modified time | relevance | path

Searched refs:RngClockSelection (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c307 assert_param(IS_RCC_RNGCLKSOURCE(PeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
308 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
310 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
388 PeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c220 assert_param(IS_RCC_RNGCLKSOURCE(PeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
223 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
225 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL1Q) in HAL_RCCEx_PeriphCLKConfig()
486 PeriphClkInit->RngClockSelection = (tmpreg & RCC_CCIPR2_RNGSEL); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c333 assert_param(IS_RCC_RNGCLKSOURCE(PeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
334 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLLQ) in HAL_RCCEx_PeriphCLKConfig()
339 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
450 PeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c358 assert_param(IS_RCC_RNGCLKSOURCE(PeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
361 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
363 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
512 PeriphClkInit->RngClockSelection = HAL_RCCEx_GetRngCLKSource(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c312 assert_param(IS_RCC_RNGCLKSOURCE(PeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
313 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
315 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
558 PeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c422 assert_param(IS_RCC_RNGCLKSOURCE(PeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
423 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
425 if(PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
637 PeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c593 assert_param(IS_RCC_RNGCLKSOURCE(PeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
596 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
598 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
603 else if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()
772 PeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c614 assert_param(IS_RCC_RNGCLKSOURCE(PeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
615 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
617 if(PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
623 else if(PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()
1035 PeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c937 assert_param(IS_RCC_RNGCLKSOURCE(pPeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
939 switch (pPeriphClkInit->RngClockSelection) in HAL_RCCEx_PeriphCLKConfig()
958 __HAL_RCC_RNG_CONFIG(pPeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1460 pPeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1464 switch (PeriphClkInit->RngClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1495 __HAL_RCC_RNG_CONFIG(PeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1805 PeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h172 uint32_t RngClockSelection; /*!< Specifies RNG clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1795 assert_param(IS_RCC_RNGCLKSOURCE(pPeriphClkInit->RngClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1797 switch (pPeriphClkInit->RngClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1828 __HAL_RCC_RNG_CONFIG(pPeriphClkInit->RngClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2737 pPeriphClkInit->RngClockSelection = __HAL_RCC_GET_RNG_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h102 uint32_t RngClockSelection; /*!< Specifies RNG clock source member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h100 uint32_t RngClockSelection; /*!< Specifies RNG clock source. member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h336 uint32_t RngClockSelection; /*!< Specifies RNG clock source (warning: same source for USB). member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h96 uint32_t RngClockSelection; /*!< Specifies RNG clock source member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h109 uint32_t RngClockSelection; /*!< Specifies RNG clock source (warning: same source for USB). member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h230 uint32_t RngClockSelection; /*!< Specifies RNG clock source member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h165 …uint32_t RngClockSelection; /*!< Specifies RNG clock source (warning: same source for USB and… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h217 …uint32_t RngClockSelection; /*!< Specifies RNG clock source (warning: same source for USB and… member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h293 uint32_t RngClockSelection; /*!< Specifies RNG clock source. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h225 uint32_t RngClockSelection; /*!< Specifies RNG clock source member