Searched refs:TEMPLATE_MODE_BTN_CONTROL_BLOCK (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
| D | demo_guix_washing_machine_specifications.h | 183 } TEMPLATE_MODE_BTN_CONTROL_BLOCK; typedef 188 TEMPLATE_MODE_BTN_CONTROL_BLOCK mode_select_window_btn_quick; 189 TEMPLATE_MODE_BTN_CONTROL_BLOCK mode_select_window_btn_deep; 192 TEMPLATE_MODE_BTN_CONTROL_BLOCK mode_select_window_btn_eco; 257 extern TEMPLATE_MODE_BTN_CONTROL_BLOCK template_mode_btn;
|
| D | demo_guix_washing_machine_specifications.c | 553 offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_prompt_2), /* control block */ 577 offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_prompt_3), /* control block */ 601 offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_second), /* control block */ 625 offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_minute), /* control block */ 649 …offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_mode_progress_bar), /* control block */ 673 offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_total_time), /* control block */ 697 offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_min_label), /* control block */ 721 offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_wash_label), /* control block */ 745 offsetof(TEMPLATE_MODE_BTN_CONTROL_BLOCK, template_mode_btn_mode_label), /* control block */ 759 sizeof(TEMPLATE_MODE_BTN_CONTROL_BLOCK), /* control block size */ [all …]
|
| D | mode_select.c | 17 TEMPLATE_MODE_BTN_CONTROL_BLOCK *button;
|