no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __COMMON_DATA_H__
34 #define __COMMON_DATA_H__
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #include "platform_includes.h"
40 #include "ad7091r8.h"
41 #ifdef IIO_SUPPORT
42 #include "iio_ad7091r8.h"
43 #endif
44 #if defined(IIO_TIMER_TRIGGER_EXAMPLE)
45 #include "iio_trigger.h"
46 #endif
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
53 extern struct ad7091r8_init_param ad7091r8_ip;
54 
55 #ifdef IIO_TIMER_TRIGGER_EXAMPLE
56 #define AD7091R8_TIMER_TRIG_NAME "ad7091r8-timer-trig"
57 extern struct no_os_timer_init_param ad7091r8_timer_ip;
58 extern struct no_os_irq_init_param ad7091r8_timer_irq_ip;
59 extern struct iio_hw_trig_init_param ad7091r8_timer_trig_ip;
60 #endif
61 
62 #endif /* __COMMON_DATA_H__ */
iio_trigger.h
Header file for iio_trigger.
ad7091r8_uart_ip
struct no_os_uart_init_param ad7091r8_uart_ip
Definition: common_data.c:42
iio_ad7091r8.h
Header file of IIO AD7091R8 driver header file.
ad7091r8.h
Implementation of AD7091R-8 driver header file.
ad7091r8_init_param
Definition: ad7091r8.h:182
no_os_timer_init_param
Structure holding the parameters for timer initialization.
Definition: no_os_timer.h:83
ad7091r8_spi_ip
struct no_os_spi_init_param ad7091r8_spi_ip
Definition: common_data.c:54
iio_hw_trig_init_param
IIO hardware trigger initialization structure.
Definition: iio_trigger.h:86
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
no_os_irq_init_param
Structure holding the initial parameters for Interrupt Request.
Definition: no_os_irq.h:107
ad7091r8_ip
struct ad7091r8_init_param ad7091r8_ip
Definition: common_data.c:64
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140