Contiki-NG
gpio_hal_event_handler_s Struct Reference

Datatype for GPIO event handlers. More...

#include <os/dev/gpio-hal.h>

Detailed Description

Datatype for GPIO event handlers.

A GPIO event handler is a function that gets called whenever a pin triggers an event. The same handler can be registered to handle events for more than one pin by setting the respective pin's position but in pin_mask.

Definition at line 129 of file gpio-hal.h.