Searched refs:tick_period (Results 1 – 3 of 3) sorted by relevance
49 void LV_ATTRIBUTE_TICK_INC lv_tick_inc(uint32_t tick_period) in lv_tick_inc() argument52 sys_time += tick_period; in lv_tick_inc()
43 void /* LV_ATTRIBUTE_TICK_INC */ lv_tick_inc(uint32_t tick_period);
5 You need to call the `lv_tick_inc(tick_period)` function periodically and provide the call period i…