Searched refs:IS_DSI_PLL_ODF (Results 1 – 10 of 10) sorted by relevance
1260 #define IS_DSI_PLL_ODF(ODF) (((ODF) == DSI_PLL_OUT_DIV1) || \ macro
1306 #define IS_DSI_PLL_ODF(ODF) ((ODF) <= 511U) macro
324 assert_param(IS_DSI_PLL_ODF(PLLInit->PLLODF)); in HAL_DSI_Init()
417 assert_param(IS_DSI_PLL_ODF(PLLInit->PLLODF)); in HAL_DSI_Init()