cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
Loading...
Searching...
No Matches
button_estado_t Struct Reference

Data Fields

bool irq_pendiente
 
bool armado
 
bool evento_pendiente
 
uint32_t debounce_acumulado_ms
 

Detailed Description

Definition at line 33 of file buttons_driver.c.

Field Documentation

◆ armado

bool button_estado_t::armado

Definition at line 35 of file buttons_driver.c.

Referenced by buttons_init(), and buttons_process().

◆ debounce_acumulado_ms

uint32_t button_estado_t::debounce_acumulado_ms

Definition at line 37 of file buttons_driver.c.

Referenced by buttons_init(), and buttons_process().

◆ evento_pendiente

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().

◆ irq_pendiente

bool button_estado_t::irq_pendiente

Definition at line 34 of file buttons_driver.c.

Referenced by buttons_init(), and buttons_process().


The documentation for this struct was generated from the following file: