Searched refs:TIMER_ID_VEHICLE_NUMBER_ANIMATION (Results 1 – 2 of 2) sorted by relevance
62 …gx_system_timer_start(&vehicle_screen, TIMER_ID_VEHICLE_NUMBER_ANIMATION, 40 / GX_SYSTEM_TIMER_MS,… in number_animation_start()88 gx_system_timer_stop(&vehicle_screen, TIMER_ID_VEHICLE_NUMBER_ANIMATION); in number_animation_update()110 if (event_ptr->gx_event_payload.gx_event_timer_id == TIMER_ID_VEHICLE_NUMBER_ANIMATION) in vehicle_screen_event_process()
16 #define TIMER_ID_VEHICLE_NUMBER_ANIMATION 7 macro