Go to the documentation of this file.
33 #ifndef __COMMON_DATA_H__
34 #define __COMMON_DATA_H__
39 #include "platform_includes.h"
43 #ifdef IIO_TRIGGER_EXAMPLE
46 #ifdef IIO_LWIP_EXAMPLE
58 #ifdef IIO_TRIGGER_EXAMPLE
59 #define ADXL355_GPIO_TRIG_NAME "adxl355-dev0"
65 #ifdef IIO_LWIP_EXAMPLE
66 extern uint8_t adin1110_mac_address[6];
Structure holding the parameters for ADXL355 device initialization.
Definition: adxl355.h:226
Header file for iio_trigger.
struct adxl355_init_param adxl355_ip
Definition: common_data.c:84
Initialization parameter for the device descriptor.
Definition: adin1110.h:211
Header file of ADXL355 Driver.
Header file of IIO ADXL355 Driver.
struct no_os_uart_init_param adxl355_uart_ip
Definition: common_data.c:42
IIO hardware trigger initialization structure.
Definition: iio_trigger.h:86
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
Structure holding the initial parameters for Interrupt Request.
Definition: no_os_irq.h:107
struct no_os_spi_init_param adxl355_spi_ip
Definition: common_data.c:74
struct adin1110_init_param adin1110_ip
Definition: common_data.c:221
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140