Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/display/
Dmb_display.c188 static inline uint8_t scroll_steps(struct mb_display *disp) in scroll_steps() function
195 if (disp->scroll < scroll_steps(disp)) { in update_scroll()
203 (i2->row[i] << (scroll_steps(disp) - in update_scroll()
264 disp->duration = duration / scroll_steps(disp); in start_scroll()