Go to the source code of this file.
Typedefs | |
typedef void(* | BUTTON_Function) (void) |
Enumerations | |
enum | BUTTON_Config { BTN_DEBOUNCE_WITH_RIT = 0x1 } |
enum | BUTTON_Error { BTN_ERR_OK = 0 , BTN_ERR_RIT_UNINIT , BTN_ERR_INT_PRIO_INVALID , BTN_ERR_NO_HANDLER_TO_ENABLE } |
enum | BUTTON_Source { BTN_SRC_EINT0 = 0 , BTN_SRC_EINT1 , BTN_SRC_EINT2 , BTN_SRC_COUNT } |
typedef void(* BUTTON_Function) (void) |
Definition at line 44 of file button_types.h.
enum BUTTON_Config |
Enumerator | |
---|---|
BTN_DEBOUNCE_WITH_RIT |
Definition at line 4 of file button_types.h.
enum BUTTON_Error |
Definition at line 9 of file button_types.h.
enum BUTTON_Source |
Enumerator | |
---|---|
BTN_SRC_EINT0 | INT0: Third button from the left (next to RES) |
BTN_SRC_EINT1 | EINT1: First button from the left. |
BTN_SRC_EINT2 | EINT2: Second button from the left. |
BTN_SRC_COUNT |
Definition at line 29 of file button_types.h.