Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Ddisplay_ili9806e_dsi.h10 #define LCD_TIMINGS_NODE DT_CHILD(DT_NODELABEL(zephyr_lcdif), display_timings) macro
12 #define LCD_HTIMMING_SYNC DT_PROP(LCD_TIMINGS_NODE, hsync_len)
13 #define LCD_HTIMMING_BACK_PORCH DT_PROP(LCD_TIMINGS_NODE, hback_porch)
14 #define LCD_HTIMMING_FRONT_PORCH DT_PROP(LCD_TIMINGS_NODE, hfront_porch)
19 #define LCD_VTIMMING_SYNC DT_PROP(LCD_TIMINGS_NODE, vsync_len)
20 #define LCD_VTIMMING_BACK_PORCH DT_PROP(LCD_TIMINGS_NODE, vback_porch)
21 #define LCD_VTIMMING_FRONT_PORCH DT_PROP(LCD_TIMINGS_NODE, vfront_porch)