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 "no_os_util.h"
41 #include "ad796x.h"
42 
43 /******************************************************************************/
44 /********************** Macros and Constants Definitions **********************/
45 /******************************************************************************/
46 #define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
49 
50 #ifdef IIO_EXAMPLE
52 #endif
53 
54 #endif /* __COMMON_DATA_H__ */
iio_uart_ip
struct no_os_uart_init_param iio_uart_ip
Definition: common_data.c:46
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
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:71