Go to the documentation of this file.
33 #ifndef __COMMON_DATA_H__
34 #define __COMMON_DATA_H__
39 #include "platform_includes.h"
43 #if defined(IIO_TRIGGER_EXAMPLE) || defined(IIO_TIMER_TRIGGER_EXAMPLE)
56 #ifdef IIO_TRIGGER_EXAMPLE
57 #define ADXRS290_GPIO_TRIG_NAME "adxrs290-dev0"
63 #ifdef IIO_TIMER_TRIGGER_EXAMPLE
64 #define ADXRS290_TIMER_TRIG_NAME "adxrs290_timer_trig"
struct adxrs290_init_param adxrs290_ip
Definition: common_data.c:73
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
Header file for iio_trigger.
struct no_os_spi_init_param adxrs290_spi_ip
Definition: common_data.c:54
Implementation of ADXRS290 Driver.
Device driver initialization structure.
Definition: adxrs290.h:157
Implementation of ADXRS290 iio.
Structure holding the parameters for timer initialization.
Definition: no_os_timer.h:83
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_gpio_init_param adxrs290_gpio_sync_ip
Definition: common_data.c:65
struct no_os_uart_init_param adxrs290_uart_ip
Definition: common_data.c:42
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140