Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c1015 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1026 dsi_frequency = RCC_PLL_GetFreqDomain_DSI(); in LL_RCC_GetDSIClockFreq()
1032 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1036 return dsi_frequency; in LL_RCC_GetDSIClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c1136 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1147 dsi_frequency = RCC_PLL_GetFreqDomain_DSI(); in LL_RCC_GetDSIClockFreq()
1153 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1157 return dsi_frequency; in LL_RCC_GetDSIClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c1394 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1407 dsi_frequency = RCC_PLLSAI2_GetFreqDomain_DSI(); in LL_RCC_GetDSIClockFreq()
1414 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1418 return dsi_frequency; in LL_RCC_GetDSIClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c1220 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1229 dsi_frequency = PLL_Clocks.PLL_Q_Frequency; in LL_RCC_GetDSIClockFreq()
1234 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1242 return dsi_frequency; in LL_RCC_GetDSIClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1793 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1802 dsi_frequency = RCC_PLL3_GetFreqDomain_SAI(); in LL_RCC_GetDSIClockFreq()
1808 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1816 return dsi_frequency; in LL_RCC_GetDSIClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1726 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1738 dsi_frequency = PLL_Clocks.PLL_P_Frequency; in LL_RCC_GetDSIClockFreq()
1746 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1754 return dsi_frequency; in LL_RCC_GetDSIClockFreq()