|
Contiki 3.x
|
Implementation of CC13xx/CC26xx GPIO interrupt handling. More...
#include "ioc.h"#include "gpio-interrupt.h"#include "sys/energest.h"#include "lpm.h"#include "ti-lib.h"#include <string.h>Go to the source code of this file.
Functions | |
| void | gpio_interrupt_register_handler (uint8_t ioid, gpio_interrupt_handler_t f) |
| Register a GPIO interrupt handler. More... | |
| void | gpio_interrupt_init (void) |
| Initialise the GPIO interrupt handling module. | |
Implementation of CC13xx/CC26xx GPIO interrupt handling.
Definition in file gpio-interrupt.c.
1.8.6