no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "platform_includes.h"
37#include "no_os_util.h"
38#include "ad796x.h"
39
40#define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
43
44#ifdef IIO_EXAMPLE
46#endif
47
48#endif /* __COMMON_DATA_H__ */
struct no_os_uart_init_param iio_uart_ip
Definition common_data.c:40
Header file of AD796X Driver.
Header file of utility functions.
AD796X Device initialization parameters.
Definition ad796x.h:62
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98