Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/hal/
Dlv_hal_tick.c49 void LV_ATTRIBUTE_TICK_INC lv_tick_inc(uint32_t tick_period) in lv_tick_inc() argument
52 sys_time += tick_period; in lv_tick_inc()
Dlv_hal_tick.h43 void /* LV_ATTRIBUTE_TICK_INC */ lv_tick_inc(uint32_t tick_period);
/lvgl-3.6.0/docs/porting/
Dtick.md5 You need to call the `lv_tick_inc(tick_period)` function periodically and provide the call period i…