46 #ifndef GPIO_INTERRUPT_H_
47 #define GPIO_INTERRUPT_H_
51 typedef void (*gpio_interrupt_handler_t)(uint8_t ioid);
void gpio_interrupt_register_handler(uint8_t ioid, gpio_interrupt_handler_t f)
Register a GPIO interrupt handler.
void gpio_interrupt_init()
Initialise the GPIO interrupt handling module.