Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_indev.c192 indev->proc.longpr_rep_timestamp = lv_tick_get(); in lv_indev_reset_long_press()
481 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
488 lv_tick_elaps(i->proc.longpr_rep_timestamp) > i->driver->long_press_repeat_time) { in indev_keypad_proc()
490 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
620 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_encoder_proc()
645 …else if(i->proc.long_pr_sent != 0 && lv_tick_elaps(i->proc.longpr_rep_timestamp) > i->driver->long… in indev_encoder_proc()
647 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_encoder_proc()
929 proc->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
936 … if(lv_tick_elaps(proc->longpr_rep_timestamp) > indev_act->driver->long_press_repeat_time) { in indev_proc_press()
939 proc->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
[all …]
/lvgl-latest/src/hal/
Dlv_hal_indev.h169 uint32_t longpr_rep_timestamp; /**< Long press repeat time stamp*/ member