Searched refs:pr_timestamp (Results 1 – 2 of 2) sorted by relevance
193 indev->proc.pr_timestamp = lv_tick_get(); in lv_indev_reset_long_press()401 i->proc.pr_timestamp = 0; in indev_keypad_proc()430 i->proc.pr_timestamp = lv_tick_get(); in indev_keypad_proc()478 …if(i->proc.long_pr_sent == 0 && lv_tick_elaps(i->proc.pr_timestamp) > i->driver->long_press_time) { in indev_keypad_proc()535 i->proc.pr_timestamp = 0; in indev_keypad_proc()552 i->proc.pr_timestamp = 0; in indev_encoder_proc()582 i->proc.pr_timestamp = lv_tick_get(); in indev_encoder_proc()617 …if(i->proc.long_pr_sent == 0 && lv_tick_elaps(i->proc.pr_timestamp) > i->driver->long_press_time) { in indev_encoder_proc()717 i->proc.pr_timestamp = 0; in indev_encoder_proc()873 proc->pr_timestamp = lv_tick_get(); in indev_proc_press()[all …]
168 uint32_t pr_timestamp; /**< Pressed time stamp*/ member