no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __COMMON_DATA_H__
40 #define __COMMON_DATA_H__
41 
42 /******************************************************************************/
43 /***************************** Include Files **********************************/
44 /******************************************************************************/
45 #include "platform_includes.h"
46 #include "ad7091r8.h"
47 #ifdef IIO_SUPPORT
48 #include "iio_ad7091r8.h"
49 #endif
50 #if defined(IIO_TIMER_TRIGGER_EXAMPLE)
51 #include "iio_trigger.h"
52 #endif
53 
54 /******************************************************************************/
55 /********************** Macros and Constants Definitions **********************/
56 /******************************************************************************/
59 extern struct ad7091r8_init_param ad7091r8_ip;
60 
61 #ifdef IIO_TIMER_TRIGGER_EXAMPLE
62 #define AD7091R8_TIMER_TRIG_NAME "ad7091r8-timer-trig"
63 extern struct no_os_timer_init_param ad7091r8_timer_ip;
64 extern struct no_os_irq_init_param ad7091r8_timer_irq_ip;
65 extern struct iio_hw_trig_init_param ad7091r8_timer_trig_ip;
66 #endif
67 
68 #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:48
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:188
no_os_timer_init_param
Structure holding the parameters for timer initialization.
Definition: no_os_timer.h:89
ad7091r8_spi_ip
struct no_os_spi_init_param ad7091r8_spi_ip
Definition: common_data.c:60
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
ad7091r8_ip
struct ad7091r8_init_param ad7091r8_ip
Definition: common_data.c:70
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131