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
ad413x
src
app
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 0U
40
#define GPIO_OFFSET 54U
41
42
#define RDY_PIN GPIO_OFFSET + 32U
43
#define GPIO_IRQ_ID 52U
44
45
#define UART_DEVICE_ID XPAR_XUARTPS_0_DEVICE_ID
46
#define INTC_DEVICE_ID XPAR_SCUGIC_SINGLE_DEVICE_ID
47
#define UART_IRQ_ID XPAR_XUARTPS_1_INTR
48
#define UART_BAUDRATE 115200
49
50
#endif
Generated by
1.13.2