no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef __COMMON_DATA_H__
41 #define __COMMON_DATA_H__
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #include "platform_includes.h"
47 #include "ad463x.h"
48 
49 /******************************************************************************/
50 /********************** Macros and Constants Definitions **********************/
51 /******************************************************************************/
52 #define ADC_DDR_BASEADDR in_buff
53 
54 #define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
55 extern uint8_t in_buff[];
58 #ifndef USE_STANDARD_SPI
60 #endif
61 #endif /* __COMMON_DATA_H__ */
in_buff
uint8_t in_buff[]
Definition: common_data.c:52
ad463x.h
Header file of AD463x Driver.
ad463x_uart_ip
struct no_os_uart_init_param ad463x_uart_ip
Definition: common_data.c:54
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
ad463x_init_param
Definition: ad463x.h:199
spi_engine_offload_init_param
Structure containing the init parameters needed by the offload module.
Definition: spi_engine.h:149