Definition in file button.c.
#include <inavr.h>
#include "ioavr.h"
#include "main.h"
#include "button.h"
#include "types.h"
Include dependency graph for button.c:
Go to the source code of this file.
Functions | |
void | Button_Init (void) |
char | getkey (void) |
__interrupt void | PCINT0_interrupt (void) |
__interrupt void | PCINT1_interrupt (void) |
void | PinChangeInterrupt (void) |
Variables | |
unsigned char | gButtonTimeout = FALSE |
char | KEY = NULL |
char | KEY_VALID = FALSE |
|
Definition at line 50 of file button.c. References cbi, PINB_MASK, and PINE_MASK. Referenced by Initialization().
|
|
Definition at line 161 of file button.c. References FALSE, KEY, KEY_NULL, and KEY_VALID. Referenced by main().
|
|
Definition at line 69 of file button.c. References __interrupt, and PinChangeInterrupt().
Here is the call graph for this function: ![]() |
|
Definition at line 75 of file button.c. References __interrupt, and PinChangeInterrupt().
Here is the call graph for this function: ![]() |
|
Definition at line 92 of file button.c. References BUTTON_A, BUTTON_B, BUTTON_C, BUTTON_D, BUTTON_O, FALSE, gButtonTimeout, KEY, KEY_ENTER, KEY_MINUS, KEY_NEXT, KEY_NULL, KEY_PLUS, KEY_PREV, KEY_VALID, PINB_MASK, PINE_MASK, and TRUE. Referenced by PCINT0_interrupt(), and PCINT1_interrupt().
|
|
Definition at line 32 of file button.c. Referenced by LCD_SOF_interrupt(), and PinChangeInterrupt(). |
|
Definition at line 34 of file button.c. Referenced by getkey(), and PinChangeInterrupt(). |
|
Definition at line 35 of file button.c. Referenced by getkey(), and PinChangeInterrupt(). |