Searched refs:IS_LCD_DUTY (Results 1 – 6 of 6) sorted by relevance
170 assert_param(IS_LCD_DUTY(hlcd->Init.Duty)); in HAL_LCD_Init()
208 assert_param(IS_LCD_DUTY(hlcd->Init.Duty)); in HAL_LCD_Init()
200 assert_param(IS_LCD_DUTY(hlcd->Init.Duty)); in HAL_LCD_Init()
246 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ macro
678 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ macro
242 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ macro