Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/display/
Duc81xx.c29 #define UC81XX_PIXELS_PER_BYTE 8U macro
385 desc->height * desc->width / UC81XX_PIXELS_PER_BYTE); in uc81xx_write()
389 __ASSERT(!(desc->width % UC81XX_PIXELS_PER_BYTE), in uc81xx_write()
390 "Buffer width not multiple of %d", UC81XX_PIXELS_PER_BYTE); in uc81xx_write()
496 / UC81XX_PIXELS_PER_BYTE; in uc81xx_clear_and_write_buffer()