Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_PLL12_SOURCE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c539 if (((__HAL_RCC_GET_PLL12_SOURCE() != RCC_PLL12SOURCE_HSI) || in HAL_RCC_OscConfig()
1017 if (pll1->PLLSource != __HAL_RCC_GET_PLL12_SOURCE()) in RCC_PLL1_Config()
1991 pllsource = __HAL_RCC_GET_PLL12_SOURCE(); in HAL_RCC_GetPLL1ClockFreq()
2049 pllsource = __HAL_RCC_GET_PLL12_SOURCE(); in HAL_RCC_GetPLL2ClockFreq()
Dstm32mp1xx_hal_rcc_ex.c113 if ((__HAL_RCC_GET_PLL12_SOURCE() != RCC_PLL12SOURCE_HSI) && in RCCEx_PLL2_Config()
114 (__HAL_RCC_GET_PLL12_SOURCE() != RCC_PLL12SOURCE_HSE)) in RCCEx_PLL2_Config()
151 if (pll2->PLLSource != __HAL_RCC_GET_PLL12_SOURCE()) in RCCEx_PLL2_Config()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h2788 …((__HAL_RCC_GET_PLL12_SOURCE() == RCC_PLL12SOURCE_HSE) && …
2804 …((__HAL_RCC_GET_PLL12_SOURCE() == RCC_PLL12SOURCE_HSI) && …
3199 #define __HAL_RCC_GET_PLL12_SOURCE() ((uint32_t)(RCC->RCK12SELR & RCC_RCK12SELR_PLL12SRC)) macro