Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c1016 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1027 dsi_frequency = RCC_PLL_GetFreqDomain_DSI(); in LL_RCC_GetDSIClockFreq()
1033 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1037 return dsi_frequency; in LL_RCC_GetDSIClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c1141 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1152 dsi_frequency = RCC_PLL_GetFreqDomain_DSI(); in LL_RCC_GetDSIClockFreq()
1158 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1162 return dsi_frequency; in LL_RCC_GetDSIClockFreq()
/hal_stm32-latest/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-latest/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-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1795 uint32_t dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetDSIClockFreq() local
1804 dsi_frequency = RCC_PLL3_GetFreqDomain_SAI(); in LL_RCC_GetDSIClockFreq()
1810 dsi_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetDSIClockFreq()
1818 return dsi_frequency; in LL_RCC_GetDSIClockFreq()
/hal_stm32-latest/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()