Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c192 assert_param(IS_RCC_RPDFN_DIS(pll2->RPDFN_DIS)); in RCCEx_PLL2_Config()
364 assert_param(IS_RCC_RPDFN_DIS(pll3->RPDFN_DIS)); in RCCEx_PLL3_Config()
531 assert_param(IS_RCC_RPDFN_DIS(pll4->RPDFN_DIS)); in RCCEx_PLL4_Config()
Dstm32mp1xx_hal_rcc.c1067 assert_param(IS_RCC_RPDFN_DIS(pll1->RPDFN_DIS)); in RCC_PLL1_Config()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h723 #define IS_RCC_RPDFN_DIS(STATE) (((STATE) == RCC_RPDFN_DIS_DISABLED) || \ macro