Searched refs:IS_LCD_HIGHDRIVE (Results 1 – 6 of 6) sorted by relevance
82 assert_param(IS_LCD_HIGHDRIVE(LCD_InitStructure->HighDrive)); in LCD_Init()
196 assert_param(IS_LCD_HIGHDRIVE(hlcd->Init.HighDrive)); in HAL_LCD_Init()
312 #define IS_LCD_HIGHDRIVE(__HIGHDRIVE__) (((__HIGHDRIVE__) == LCD_HIGHDRIVE_0) || \ macro
629 #define IS_LCD_HIGHDRIVE(__HIGHDRIVE__) \ macro
Completed in 16 milliseconds