36 #ifndef IO1_XPLAINED_PARAM_ADDR
37 #define IO1_XPLAINED_PARAM_ADDR (0x07)
40 #ifndef IO1_XPLAINED_PARAMS
41 #define IO1_XPLAINED_PARAMS { .addr = IO1_XPLAINED_PARAM_ADDR }
43 #ifndef IO1_XPLAINED_SAUL_INFO
44 #define IO1_XPLAINED_SAUL_INFO {{ .name = "Temperature (IO1 Xplained)" }, \
45 { .name = "LED (IO1 Xplained)" }, \
46 { .name = "GPIO1 (IO1 Xplained)" }, \
47 { .name = "GPIO2 (IO1 Xplained)" }}
64 IO1_XPLAINED_SAUL_INFO
67 #ifdef MODULE_SAUL_GPIO
@ GPIO_OUT
select GPIO MASK as output
Low-level GPIO peripheral driver interface definitions.
Device driver interface for the Atmel IO1 Xplained extension.
Internal addresses, constants for the IO1 Xplained extension.
static const io1_xplained_params_t io1_xplained_params[]
Configure IO1 Xplained extension.
saul_reg_info_t io1_xplained_saul_info[][4]
Allocate and configure entries to the SAUL registry.
Parameter definitions for mapping peripherals directly to SAUL.
@ SAUL_GPIO_INVERTED
pin is used as inverted
SAUL registry interface definition.
Device initialization parameters.
Direct mapped GPIO configuration values.
gpio_t pin
GPIO pin to initialize and expose.
Additional data to collect for each entry.