Home
last modified time | relevance | path

Searched refs:RCC_PLLSOURCE_CSI (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c2976 case RCC_PLLSOURCE_CSI: /* CSI used as PLL clock source */ in HAL_RCCEx_GetPLL2ClockFreq()
3043 case RCC_PLLSOURCE_CSI: /* CSI used as PLL clock source */ in HAL_RCCEx_GetPLL3ClockFreq()
3109 case RCC_PLLSOURCE_CSI: /* CSI used as PLL clock source */ in HAL_RCCEx_GetPLL1ClockFreq()
Dstm32h7xx_hal_rcc.c1446 case RCC_PLLSOURCE_CSI: /* CSI used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c6042 case RCC_PLLSOURCE_CSI: in RCCEx_PLLSource_Enable()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3803 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h3799 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3803 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3803 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3716 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3803 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3799 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3803 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h3799 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h3800 #define RCC_PLLSOURCE_CSI RCC_PLL1_SOURCE_CSI macro
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h264 #define RCC_PLLSOURCE_CSI (0x00000001U) macro
8071 #define IS_RCC_PLLSOURCE(SOURCE) (((SOURCE) == RCC_PLLSOURCE_CSI) || \