|
cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
|
Data Fields | |
| bool | irq_pendiente |
| bool | armado |
| bool | evento_pendiente |
| uint32_t | debounce_acumulado_ms |
Definition at line 33 of file buttons_driver.c.
| bool button_estado_t::armado |
Definition at line 35 of file buttons_driver.c.
Referenced by buttons_init(), and buttons_process().
| uint32_t button_estado_t::debounce_acumulado_ms |
Definition at line 37 of file buttons_driver.c.
Referenced by buttons_init(), and buttons_process().
| bool button_estado_t::evento_pendiente |
Definition at line 36 of file buttons_driver.c.
Referenced by button_get_event(), buttons_init(), and buttons_process().
| bool button_estado_t::irq_pendiente |
Definition at line 34 of file buttons_driver.c.
Referenced by buttons_init(), and buttons_process().