Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/core/
Dlv_indev.c182 indev->proc.longpr_rep_timestamp = lv_tick_get(); in lv_indev_reset_long_press()
460 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
467 lv_tick_elaps(i->proc.longpr_rep_timestamp) > i->driver->long_press_repeat_time) { in indev_keypad_proc()
469 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_keypad_proc()
597 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_encoder_proc()
622 …else if(i->proc.long_pr_sent != 0 && lv_tick_elaps(i->proc.longpr_rep_timestamp) > i->driver->long… in indev_encoder_proc()
624 i->proc.longpr_rep_timestamp = lv_tick_get(); in indev_encoder_proc()
897 proc->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
904 … if(lv_tick_elaps(proc->longpr_rep_timestamp) > indev_act->driver->long_press_repeat_time) { in indev_proc_press()
907 proc->longpr_rep_timestamp = lv_tick_get(); in indev_proc_press()
[all …]
/lvgl-3.4.0/src/hal/
Dlv_hal_indev.h170 uint32_t longpr_rep_timestamp; /**< Long press repeat time stamp*/ member