Home
last modified time | relevance | path

Searched refs:__DUTY__ (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_lcd.h225 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ argument
226 ((__DUTY__) == LCD_DUTY_1_2) || \
227 ((__DUTY__) == LCD_DUTY_1_3) || \
228 ((__DUTY__) == LCD_DUTY_1_4) || \
229 ((__DUTY__) == LCD_DUTY_1_8))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_lcd.h663 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ argument
664 ((__DUTY__) == LCD_DUTY_1_2) || \
665 ((__DUTY__) == LCD_DUTY_1_3) || \
666 ((__DUTY__) == LCD_DUTY_1_4) || \
667 ((__DUTY__) == LCD_DUTY_1_8))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_lcd.h229 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ argument
230 ((__DUTY__) == LCD_DUTY_1_2) || \
231 ((__DUTY__) == LCD_DUTY_1_3) || \
232 ((__DUTY__) == LCD_DUTY_1_4) || \
233 ((__DUTY__) == LCD_DUTY_1_8))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_lcd.h662 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ argument
663 ((__DUTY__) == LCD_DUTY_1_2) || \
664 ((__DUTY__) == LCD_DUTY_1_3) || \
665 ((__DUTY__) == LCD_DUTY_1_4) || \
666 ((__DUTY__) == LCD_DUTY_1_8))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_lcd.h660 #define IS_LCD_DUTY(__DUTY__) (((__DUTY__) == LCD_DUTY_STATIC) || \ argument
661 ((__DUTY__) == LCD_DUTY_1_2) || \
662 ((__DUTY__) == LCD_DUTY_1_3) || \
663 ((__DUTY__) == LCD_DUTY_1_4) || \
664 ((__DUTY__) == LCD_DUTY_1_8))