no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __PARAMETERS_H
34 #define __PARAMETERS_H
35 
36 #include "aducm3029_irq.h"
37 
38 #define UART_DEVICE_ID 0
39 #define INTC_DEVICE_ID 0
40 #define UART_IRQ_ID ADUCM_UART_INT_ID
41 #define UART_BAUDRATE 115200
42 #define I2C_SPEED 100000
43 
44 #endif
aducm3029_irq.h
Header file of IRQ driver for ADuCM302x.