Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dclimate.c19 INT right_fan_mode_index = 0; variable
145 right_fan_mode_index = fan_mode_increase(right_fan_mode_index); in climate_screen_event_process()
146 …id_set(&climate_screen.climate_screen_right_fan_mode, fan_mode_text_id_list[right_fan_mode_index]); in climate_screen_event_process()
150 right_fan_mode_index = fan_mode_decrease(right_fan_mode_index); in climate_screen_event_process()
151 …id_set(&climate_screen.climate_screen_right_fan_mode, fan_mode_text_id_list[right_fan_mode_index]); in climate_screen_event_process()