Home
last modified time | relevance | path

Searched refs:RCC_RNGCLKSOURCE_MSI (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h146 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI) || \
155 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI) || \
163 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI) || \
558 #define RCC_RNGCLKSOURCE_MSI (CLK48_MASK | LL_RCC_CLK48_CLKSOURCE_MSI) /*!< MSI clock … macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h360 #define RCC_RNGCLKSOURCE_MSI RCC_CCIPR_CLK48SEL_0 macro
1244 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI) || \
1250 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI) || \
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h114 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI))
330 #define RCC_RNGCLKSOURCE_MSI LL_RCC_RNG_CLKSOURCE_MSI /*!< MSI clock selected as RNG clo… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h618 #define RCC_RNGCLKSOURCE_MSI RCC_CCIPR_CLK48SEL macro
2813 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI))
2818 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI))
2827 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h479 #define RCC_RNGCLKSOURCE_MSI RCC_CCIPR1_CLK48MSEL /*!< MSI */ macro
2079 ((__SOURCE__) == RCC_RNGCLKSOURCE_MSI))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c1019 case RCC_RNGCLKSOURCE_MSI: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c681 …else if (rngClockSource == RCC_RNGCLKSOURCE_MSI) /* MSI clock divided by 3 used as RNG cloc… in HAL_RCCEx_GetPeriphCLKFreq()