![]() |
![]() |
|
TI-OpenThread
1.08.07.01
|
#include "ti_drivers_config.h"
Include dependency graph for CC26X2R1_LAUNCHXL/thread/doorlock_oad_secure/keys_utils.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | KEY_DEBOUNCE_TIMEOUT 200 |
| #define | KEYS_LEFT 0x01 |
| #define | KEYS_RIGHT 0x02 |
Typedefs | |
| typedef void(* | KeyUtils_PressedCB_t) (uint8_t keysPressed) |
Functions | |
| void | KeysUtils_initialize (KeyUtils_PressedCB_t keyCb) |
| Enable interrupts for keys on GPIOs. More... | |
| #define KEYS_LEFT 0x01 |
| #define KEYS_RIGHT 0x02 |
| #define KEY_DEBOUNCE_TIMEOUT 200 |
| typedef void(* KeyUtils_PressedCB_t) (uint8_t keysPressed) |
| void KeysUtils_initialize | ( | KeyUtils_PressedCB_t | keyCb | ) |
Enable interrupts for keys on GPIOs.
| keyCb | - application key pressed callback |