Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Ddisplay_nt35510.c67 uint16_t yres; member
344 data->yres = cfg->height; in nt35510_init()
348 data->yres = cfg->width; in nt35510_init()
352 data->yres = cfg->height; in nt35510_init()
356 data->yres = cfg->width; in nt35510_init()
374 mdev.timings.vactive = data->yres; in nt35510_init()
Ddisplay_otm8009a.c33 uint16_t yres; member
502 sys_put_be16(data->yres, (uint8_t *)&buf[2]); in otm8009a_configure()
645 data->yres = cfg->height; in otm8009a_init()
649 data->yres = cfg->width; in otm8009a_init()
653 data->yres = cfg->height; in otm8009a_init()
657 data->yres = cfg->width; in otm8009a_init()
670 mdev.timings.vactive = data->yres; in otm8009a_init()