Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dvehicle.c62 …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()
Ddemo_guix_car_infotainment.h16 #define TIMER_ID_VEHICLE_NUMBER_ANIMATION 7 macro