Searched refs:pr_timestamp (Results 1 – 2 of 2) sorted by relevance
439 indev->pr_timestamp = lv_tick_get(); in lv_indev_reset_long_press()760 i->pr_timestamp = 0; in indev_keypad_proc()786 i->pr_timestamp = lv_tick_get(); in indev_keypad_proc()832 if(i->long_pr_sent == 0 && lv_tick_elaps(i->pr_timestamp) > i->long_press_time) { in indev_keypad_proc()885 i->pr_timestamp = 0; in indev_keypad_proc()904 i->pr_timestamp = 0; in indev_encoder_proc()932 i->pr_timestamp = lv_tick_get(); in indev_encoder_proc()970 if(i->long_pr_sent == 0 && lv_tick_elaps(i->pr_timestamp) > i->long_press_time) { in indev_encoder_proc()1077 i->pr_timestamp = 0; in indev_encoder_proc()1240 indev->pr_timestamp = lv_tick_get(); in indev_proc_press()[all …]
45 uint32_t pr_timestamp; /**< Pressed time stamp*/ member