Searched refs:IS_DSI_PLL_TUNING (Results 1 – 2 of 2) sorted by relevance
1418 #define IS_DSI_PLL_TUNING(PllTuning) (((PllTuning) == DSI_PLL_LOOP_FILTER_2000HZ_4400HZ) || \ macro
423 assert_param(IS_DSI_PLL_TUNING(PLLInit->PLLTuning)); in HAL_DSI_Init()