no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef PARAMETERS_H_
35 #define PARAMETERS_H_
36 
37 /******************************************************************************/
38 /***************************** Include Files **********************************/
39 /******************************************************************************/
40 
41 #include "aducm3029_irq.h"
42 
43 /******************************************************************************/
44 /********************** Macros and Constants Definitions **********************/
45 /******************************************************************************/
46 
47 #define UART_DEVICE_ID 0
48 #define INTC_DEVICE_ID 0
49 #define UART_IRQ_ID ADUCM_UART_INT_ID
50 #define UART_BAUDRATE 115200
51 
52 #endif /* PARAMETERS_H_ */
aducm3029_irq.h
Header file of IRQ driver for ADuCM302x.