Searched defs:IS_LCD_DUTY (Results 1 – 4 of 4) sorted by relevance
224 #define IS_LCD_DUTY(DUTY) (((DUTY) == LCD_DUTY_STATIC) || \ macro
230 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ macro
600 #define IS_LCD_DUTY(__DUTY__) \ macro
Completed in 18 milliseconds