Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c443 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in HAL_RCCEx_GetPeriphCLKFreq()
482 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in HAL_RCCEx_GetPeriphCLKFreq()
765 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in HAL_RCCEx_GetPeriphCLKFreq()
809 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in HAL_RCCEx_GetPeriphCLKFreq()
854 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32wlxx_ll_rcc.c463 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in LL_RCC_GetLPTIMClockFreq()
502 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in LL_RCC_GetLPTIMClockFreq()
555 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in LL_RCC_GetLPTIMClockFreq()
607 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in LL_RCC_GetRNGClockFreq()
749 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in LL_RCC_GetRTCClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c755 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in LL_RCC_GetLPTIMClockFreq()
800 if (LL_RCC_LSI_GetPrediv() == LL_RCC_LSI_PREDIV_128) in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h629 #define LL_RCC_LSI_PREDIV_128 RCC_CSR_LSIPRE /*!< LSI division factor by 128 */ macro
Dstm32wlxx_hal_rcc.h401 #define RCC_LSI_DIV128 LL_RCC_LSI_PREDIV_128 /*!< LSI clock divided by 128 */
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h1188 #define LL_RCC_LSI_PREDIV_128 RCC_CSR_LSIPREDIV /*!< LSI division factor by 128 */ macro