Searched refs:IS_LCD_HIGHDRIVE (Results 1 – 4 of 4) sorted by relevance
212 assert_param(IS_LCD_HIGHDRIVE(hlcd->Init.HighDrive)); in HAL_LCD_Init()
204 assert_param(IS_LCD_HIGHDRIVE(hlcd->Init.HighDrive)); in HAL_LCD_Init()
328 #define IS_LCD_HIGHDRIVE(__HIGHDRIVE__) (((__HIGHDRIVE__) == LCD_HIGHDRIVE_0) || \ macro
324 #define IS_LCD_HIGHDRIVE(__HIGHDRIVE__) (((__HIGHDRIVE__) == LCD_HIGHDRIVE_0) || \ macro