|
cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
|
Data Fields | |
| bool | temperatura_valida |
| int16_t | temperatura_deci_celsius |
| bool | salida_activa |
| bool | sensor_disponible |
| hmi_pantalla_t | pantalla |
| hmi_parametro_t | menu_index |
| hmi_parametro_t | editando |
| int16_t | valor_edicion |
| bool | necesita_redibujado |
| uint8_t | ticks_buzzer_restantes |
| hmi_parametro_t hmi_ui_t::editando |
Definition at line 60 of file hmi.c.
Referenced by hmi_cargar_valor_edicion_actual(), hmi_dibujar_edicion(), hmi_guardar_valor_editado(), hmi_init(), and hmi_process().
| hmi_parametro_t hmi_ui_t::menu_index |
Definition at line 59 of file hmi.c.
Referenced by hmi_dibujar_menu(), hmi_init(), and hmi_process().
| bool hmi_ui_t::necesita_redibujado |
Definition at line 62 of file hmi.c.
Referenced by hmi_cargar_estado_proceso(), hmi_cargar_parametros_control(), hmi_dibujar(), hmi_init(), and hmi_process().
| hmi_pantalla_t hmi_ui_t::pantalla |
Definition at line 58 of file hmi.c.
Referenced by hmi_cargar_estado_proceso(), hmi_dibujar(), hmi_init(), and hmi_process().
| bool hmi_ui_t::salida_activa |
Definition at line 56 of file hmi.c.
Referenced by hmi_cargar_estado_proceso(), and hmi_dibujar_inicio().
| bool hmi_ui_t::sensor_disponible |
Definition at line 57 of file hmi.c.
Referenced by hmi_cargar_estado_proceso(), and hmi_dibujar_inicio().
| int16_t hmi_ui_t::temperatura_deci_celsius |
Definition at line 55 of file hmi.c.
Referenced by hmi_cargar_estado_proceso(), and hmi_dibujar_inicio().
| bool hmi_ui_t::temperatura_valida |
Definition at line 54 of file hmi.c.
Referenced by hmi_cargar_estado_proceso(), and hmi_dibujar_inicio().
| uint8_t hmi_ui_t::ticks_buzzer_restantes |
Definition at line 63 of file hmi.c.
Referenced by hmi_init(), and hmi_process().
| int16_t hmi_ui_t::valor_edicion |
Definition at line 61 of file hmi.c.
Referenced by hmi_dibujar_edicion(), hmi_guardar_valor_editado(), hmi_init(), and hmi_process().