Home
last modified time | relevance | path

Searched refs:IS_RCC_PLL4SOURCE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c444 assert_param(IS_RCC_PLL4SOURCE(pll4->PLLSource)); in RCCEx_PLL4_Config()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h786 #define IS_RCC_PLL4SOURCE(SOURCE) (((SOURCE) == RCC_PLL4SOURCE_HSI) || \ macro