no-OS
projects
ad463x_fmcz
src
common
common_data.h
Go to the documentation of this file.
1
/***************************************************************************/
34
#ifndef __COMMON_DATA_H__
35
#define __COMMON_DATA_H__
36
37
/******************************************************************************/
38
/***************************** Include Files **********************************/
39
/******************************************************************************/
40
#include "platform_includes.h"
41
#include "
ad463x.h
"
42
43
/******************************************************************************/
44
/********************** Macros and Constants Definitions **********************/
45
/******************************************************************************/
46
#define ADC_DDR_BASEADDR in_buff
47
48
#define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
49
extern
uint8_t
in_buff
[];
50
extern
struct
ad463x_init_param
ad463x_init_param
;
51
extern
struct
no_os_uart_init_param
ad463x_uart_ip
;
52
#ifndef USE_STANDARD_SPI
53
extern
struct
spi_engine_offload_init_param
spi_engine_offload_init_param
;
54
#endif
55
#endif
/* __COMMON_DATA_H__ */
in_buff
uint8_t in_buff[]
Definition:
common_data.c:46
ad463x.h
Header file of AD463x Driver.
ad463x_uart_ip
struct no_os_uart_init_param ad463x_uart_ip
Definition:
common_data.c:48
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition:
no_os_uart.h:110
ad463x_init_param
Definition:
ad463x.h:193
spi_engine_offload_init_param
Structure containing the init parameters needed by the offload module.
Definition:
spi_engine.h:143
Generated by
1.8.17