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 "no_os_util.h"
47 #include "ad796x.h"
48 
49 /******************************************************************************/
50 /********************** Macros and Constants Definitions **********************/
51 /******************************************************************************/
52 #define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
55 
56 #ifdef IIO_EXAMPLE
58 #endif
59 
60 #endif /* __COMMON_DATA_H__ */
iio_uart_ip
struct no_os_uart_init_param iio_uart_ip
Definition: common_data.c:52
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
ad796x.h
Header file of AD796X Driver.
no_os_util.h
Header file of utility functions.
ad796x_init_param
AD796X Device initialization parameters.
Definition: ad796x.h:77