Contiki-NG

Implementation of the platform-independent aspects of the GPIO HAL. More...

#include "contiki.h"
#include "dev/gpio-hal.h"
#include "lib/list.h"
#include "sys/log.h"
#include <stdint.h>
#include <string.h>

Go to the source code of this file.

Functions

Core GPIO functions

Functions implemented by the HAL itself

void gpio_hal_register_handler (gpio_hal_event_handler_t *handler)
 Register a function to be called whenever a pin triggers an event. More...
 
void gpio_hal_init (void)
 Initialise the GPIO HAL.
 

Detailed Description

Implementation of the platform-independent aspects of the GPIO HAL.

Definition in file gpio-hal.c.