no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef PARAMETERS_H
35 #define PARAMETERS_H
36 
37 /******************************************************************************/
38 /********************** Macros and Constants Definitions **********************/
39 /******************************************************************************/
40 #define BUF_LENGTH 32U
41 #define SPI_DEVICE_ID 0U
42 #define GPIO_OFFSET 54U
43 
44 #define NREADY_PIN GPIO_OFFSET + 32U
45 #define GPIO_IRQ_ID 52U
46 
47 #endif