Searched refs:IS_LCD_DIVIDER (Results 1 – 6 of 6) sorted by relevance
80 assert_param(IS_LCD_DIVIDER(LCD_InitStructure->Divider)); in LCD_Init()
191 assert_param(IS_LCD_DIVIDER(hlcd->Init.Divider)); in HAL_LCD_Init()
198 #define IS_LCD_DIVIDER(__DIVIDER__) (((__DIVIDER__) == LCD_DIVIDER_16) || \ macro
592 #define IS_LCD_DIVIDER(__DIVIDER__) \ macro
Completed in 15 milliseconds