Home
last modified time | relevance | path

Searched refs:cec_frequency (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_rcc.c445 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
456 cec_frequency = HSI_VALUE / 244U; in LL_RCC_GetCECClockFreq()
464 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
469 return cec_frequency; in LL_RCC_GetCECClockFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c777 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
788 cec_frequency = HSI_VALUE / 244U; in LL_RCC_GetCECClockFreq()
796 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
801 return cec_frequency; in LL_RCC_GetCECClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c814 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
825 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
833 cec_frequency = (HSI_VALUE / 488U); in LL_RCC_GetCECClockFreq()
838 return cec_frequency; in LL_RCC_GetCECClockFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c1068 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
1075 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
1082 cec_frequency = LSI_VALUE; in LL_RCC_GetCECClockFreq()
1089 cec_frequency = CSI_VALUE / 122U; in LL_RCC_GetCECClockFreq()
1098 return cec_frequency; in LL_RCC_GetCECClockFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c812 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
823 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
831 cec_frequency = HSI_VALUE / 488U; in LL_RCC_GetCECClockFreq()
836 return cec_frequency; in LL_RCC_GetCECClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c1006 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
1017 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
1025 cec_frequency = HSI_VALUE/488U; in LL_RCC_GetCECClockFreq()
1030 return cec_frequency; in LL_RCC_GetCECClockFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c1195 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
1205 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
1212 cec_frequency = LSI_VALUE; in LL_RCC_GetCECClockFreq()
1219 cec_frequency = CSI_VALUE / 122U; in LL_RCC_GetCECClockFreq()
1228 return cec_frequency; in LL_RCC_GetCECClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1452 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
1462 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
1469 cec_frequency = LSI_VALUE; in LL_RCC_GetCECClockFreq()
1476 cec_frequency = (CSI_VALUE / 122U); in LL_RCC_GetCECClockFreq()
1485 return cec_frequency; in LL_RCC_GetCECClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c3149 uint32_t cec_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetCECClockFreq() local
3156 cec_frequency = LSE_VALUE; in LL_RCC_GetCECClockFreq()
3163 cec_frequency = LSI_VALUE; in LL_RCC_GetCECClockFreq()
3170 cec_frequency = CSI_VALUE / 122U; in LL_RCC_GetCECClockFreq()
3182 return cec_frequency; in LL_RCC_GetCECClockFreq()