no-OS
Toggle main menu visibility
Main Page
Related Pages
Structures
Structure List
Structure Index
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1
/***************************************************************************/
33
34
#ifndef _PARAMETERS_H_
35
#define _PARAMETERS_H_
36
37
#include <xparameters.h>
38
39
#define SPI_DEVICE_ID XPAR_PS7_SPI_0_DEVICE_ID
40
#define RX_CORE_BASEADDR XPAR_AXI_AD9265_BASEADDR
41
#define RX_DMA_BASEADDR XPAR_AXI_AD9265_DMA_BASEADDR
42
#define ADC_DDR_BASEADDR XPAR_DDR_MEM_BASEADDR + 0x800000
43
#define UART_DEVICE_ID XPAR_XUARTPS_0_DEVICE_ID
44
#define UART_IRQ_ID XPAR_XUARTPS_1_INTR
45
#define UART_BAUDRATE 115200
46
#define INTC_DEVICE_ID XPAR_SCUGIC_SINGLE_DEVICE_ID
47
48
#endif
/* _PARAMETERS_H_ */
projects
ad9265-fmc-125ebz
src
parameters.h
Copyright © 2024
Analog Devices Inc.
. All Rights Reserved.