Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/display/
Ddisplay_max7219.c174 const uint16_t to_skip = desc->pitch - desc->width; in max7219_write() local
188 skip_pixel(&mask, &data, &byte_buf, to_skip); in max7219_write()
Ddisplay_nrf_led_matrix.c256 uint16_t to_skip = desc->pitch - desc->width; in api_write() local
267 if (to_skip) { in api_write()
268 uint16_t cnt = to_skip; in api_write()