no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __COMMON_DATA_H__
35#define __COMMON_DATA_H__
36
37#include "platform_includes.h"
38#include "ad463x.h"
39
40#define ADC_DDR_BASEADDR in_buff
41
42#define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
43extern uint8_t in_buff[];
46#ifndef USE_STANDARD_SPI
48#endif
49#endif /* __COMMON_DATA_H__ */
Header file of AD463x Driver.
struct no_os_uart_init_param ad463x_uart_ip
Definition common_data.c:42
Definition ad463x.h:186
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98
Structure containing the init parameters needed by the offload module.
Definition spi_engine.h:131