|
cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
|
Include dependency graph for main.c:Go to the source code of this file.
Functions | |
| int | main (void) |
| void | PININT0_IRQ_HANDLER (void) |
| void | PININT1_IRQ_HANDLER (void) |
| void | PININT2_IRQ_HANDLER (void) |
| void | PININT3_IRQ_HANDLER (void) |
| void | RIT_Handler (void) |
| int main | ( | void | ) |
Definition at line 24 of file main.c.
References app_init(), and app_process().
Referenced by ResetISR().
| void PININT0_IRQ_HANDLER | ( | void | ) |
Definition at line 47 of file main.c.
References button_notify_irq(), and TECLA1.
| void PININT1_IRQ_HANDLER | ( | void | ) |
Definition at line 54 of file main.c.
References button_notify_irq(), and TECLA2.
| void PININT2_IRQ_HANDLER | ( | void | ) |
Definition at line 61 of file main.c.
References button_notify_irq(), and TECLA3.
| void PININT3_IRQ_HANDLER | ( | void | ) |
Definition at line 68 of file main.c.
References button_notify_irq(), and TECLA4.
| void RIT_Handler | ( | void | ) |
Definition at line 75 of file main.c.
References board_timer_irq_handler().