33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "parameters.h"
44#define ADXRS290_GPIO_TRIG_NAME "adxrs290-dev0"
49#define ADXRS290_TIMER_TRIG_NAME "adxrs290_timer_trig"
struct no_os_uart_init_param adxrs290_uart_ip
Definition common_data.c:36
struct no_os_spi_init_param adxrs290_spi_ip
Definition common_data.c:48
struct no_os_gpio_init_param adxrs290_gpio_sync_ip
Definition common_data.c:59
struct adxrs290_init_param adxrs290_ip
Definition common_data.c:67
struct iio_hw_trig_init_param adxrs290_timer_trig_ip
Definition iio_timer_trigger_example.c:69
struct no_os_timer_init_param adxrs290_tip
Definition iio_timer_trigger_example.c:53
struct iio_hw_trig_init_param adxrs290_gpio_trig_ip
Definition iio_trigger_example.c:56
struct no_os_irq_init_param adxrs290_gpio_irq_ip
Definition iio_trigger_example.c:50
struct no_os_irq_init_param adxrs290_timer_irq_ip
Definition iio_timer_trigger_example.c:62
Implementation of ADXRS290 Driver.
Device driver initialization structure.
Definition adxrs290.h:145
IIO hardware trigger initialization structure.
Definition iio_trigger.h:77
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the initial parameters for Interrupt Request.
Definition no_os_irq.h:101
Structure holding the parameters for SPI initialization.
Definition no_os_spi.h:128
Structure holding the parameters for timer initialization.
Definition no_os_timer.h:71
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98