Searched refs:IS_LCD_HIGH_DRIVE (Results 1 – 2 of 2) sorted by relevance
174 assert_param(IS_LCD_HIGH_DRIVE(hlcd->Init.HighDrive)); in HAL_LCD_Init()
750 #define IS_LCD_HIGH_DRIVE(__VALUE__) (((__VALUE__) == LCD_HIGHDRIVE_DISABLE) || \ macro