Home
last modified time | relevance | path

Searched refs:RCC_RNGCLKSOURCE_HSI48 (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h362 #define RCC_RNGCLKSOURCE_HSI48 RCC_CCIPR_CLK48SEL macro
1241 #if defined(RCC_RNGCLKSOURCE_HSI48)
1246 ((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h144 (((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48) || \
153 (((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48) || \
556 #define RCC_RNGCLKSOURCE_HSI48 (CLK48_MASK | LL_RCC_CLK48_CLKSOURCE_HSI48) /*!< HSI48 cloc… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h610 #define RCC_RNGCLKSOURCE_HSI48 0x00000000U macro
2810 (((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48) || \
2816 (((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h385 #define RCC_RNGCLKSOURCE_HSI48 0x00000000U macro
1577 (((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h476 #define RCC_RNGCLKSOURCE_HSI48 0U /*!< HSI48 */ macro
2076 (((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h920 #define RCC_RNGCLKSOURCE_HSI48 (0x00000000U) macro
925 #define RCC_RNGCLKSOURCE_HSI48 (0x00000000U) macro
4131 #define IS_RCC_RNGCLKSOURCE(SOURCE) (((SOURCE) == RCC_RNGCLKSOURCE_HSI48)|| \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c211 (((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48) || \
947 case RCC_RNGCLKSOURCE_HSI48: in HAL_RCCEx_PeriphCLKConfig()
2981 if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_RNGCLKSOURCE_HSI48)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h922 #define RCC_RNGCLKSOURCE_HSI48 ((uint32_t)0x00000000U) macro
3616 (((__SOURCE__) == RCC_RNGCLKSOURCE_HSI48) || \
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h124 #define IS_RCC_RNGCLKSOURCE(_SOURCE_) (((_SOURCE_) == RCC_RNGCLKSOURCE_HSI48) || \
390 #define RCC_RNGCLKSOURCE_HSI48 RCC_CCIPR_HSI48SEL macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c1016 case RCC_RNGCLKSOURCE_HSI48: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c1188 …( (HAL_IS_BIT_SET(RCC->CRRCR, RCC_CRRCR_HSI48RDY)) && (srcclk == RCC_RNGCLKSOURCE_HSI48)) /* HSI48… in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h703 #define RCC_RNGCLKSOURCE_HSI48 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1800 case RCC_RNGCLKSOURCE_HSI48: /* HSI48 is used as clock source for RNG*/ in HAL_RCCEx_PeriphCLKConfig()
5190 if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSI48RDY)) && (srcclk == RCC_RNGCLKSOURCE_HSI48)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1482 case RCC_RNGCLKSOURCE_HSI48: in HAL_RCCEx_PeriphCLKConfig()