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
projects
ad5758-sdz
src
app
parameters.h
Go to the documentation of this file.
1
/***************************************************************************/
33
34
#ifndef PARAMETERS_H
35
#define PARAMETERS_H
36
37
#define SPI_DEVICE_ID XPAR_PS7_SPI_0_DEVICE_ID
38
#define AD5758_SPI_CS 0
39
#define GPIO_DEVICE_ID XPAR_PS7_GPIO_0_DEVICE_ID
40
#define GPIO_OFFSET 86U
41
#define GPIO_DAC_FAULT_N GPIO_OFFSET + 2
42
#define GPIO_DAC_RESET_N GPIO_OFFSET + 1
43
#define GPIO_DAC_LDAC_N GPIO_OFFSET
44
45
#endif
Generated by
1.13.2