no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef __COMMON_DATA_H__
41 #define __COMMON_DATA_H__
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 
47 #include "platform_includes.h"
48 #include "adis1657x.h"
49 #ifdef IIO_SUPPORT
50 #include "iio_adis1657x.h"
51 #ifdef IIO_TRIGGER_EXAMPLE
52 #include "iio_trigger.h"
53 #endif
54 #endif
55 
56 /******************************************************************************/
57 /********************** Macros and Constants Definitions **********************/
58 /******************************************************************************/
59 
63 extern struct adis_init_param adis1657x_ip;
64 
65 #ifdef IIO_TRIGGER_EXAMPLE
66 #define ADIS1657X_GPIO_TRIG_NAME "adis16577-3-dev0"
67 
68 extern struct iio_hw_trig_init_param adis1657x_gpio_trig_ip;
69 extern struct no_os_irq_init_param adis1657x_gpio_irq_ip;
70 #endif
71 
72 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:85
iio_trigger.h
Header file for iio_trigger.
adis_init_param
ADIS device initialization parameters.
Definition: adis.h:312
adis1657x_gpio_reset_ip
struct no_os_gpio_init_param adis1657x_gpio_reset_ip
Definition: common_data.c:74
adis1657x_spi_ip
struct no_os_spi_init_param adis1657x_spi_ip
Definition: common_data.c:63
adis1657x.h
Implementation of adis1657x.h.
adis1657x_uart_ip
struct no_os_uart_init_param adis1657x_uart_ip
Definition: common_data.c:51
adis1657x_ip
struct adis_init_param adis1657x_ip
Definition: common_data.c:82
iio_hw_trig_init_param
IIO hardware trigger initialization structure.
Definition: iio_trigger.h:92
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
no_os_irq_init_param
Structure holding the initial parameters for Interrupt Request.
Definition: no_os_irq.h:113
iio_adis1657x.h
Implementation of iio_adis1657x.h.
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131