Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c1015 if (__IS_PLL2_IN_USE()) in RCC_PLL1_Config()
Dstm32mp1xx_hal_rcc_ex.c92 if (!__IS_PLL2_IN_USE()) /* If not used then */ in RCCEx_PLL2_Config()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h2828 #define __IS_PLL2_IN_USE() \ macro