Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c193 assert_param(IS_RCC_TPDFN_DIS(pll2->TPDFN_DIS)); in RCCEx_PLL2_Config()
365 assert_param(IS_RCC_TPDFN_DIS(pll3->TPDFN_DIS)); in RCCEx_PLL3_Config()
532 assert_param(IS_RCC_TPDFN_DIS(pll4->TPDFN_DIS)); in RCCEx_PLL4_Config()
Dstm32mp1xx_hal_rcc.c1068 assert_param(IS_RCC_TPDFN_DIS(pll1->TPDFN_DIS)); in RCC_PLL1_Config()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h736 #define IS_RCC_TPDFN_DIS(STATE) (((STATE) == RCC_TPDFN_DIS_DISABLED) || \ macro