Go to the documentation of this file.
34 #ifndef __PARAMETERS_H__
35 #define __PARAMETERS_H__
51 #define UART_CONFIG_BAUDRATE 115200
52 #define UART_CONFIG_IRQ_ID ADUCM_UART_INT_ID
53 #define UART_DEVICE_ID 0
54 #define UART_EXTRA NULL
56 #define GPIO_PORT NULL
58 #define GPIO_EXTRA NULL
61 #define TIMER_FREQ 1000
63 #define IRQ_OPS &aducm_irq_ops
64 #define UART_OPS &aducm_uart_ops
65 #define TIMER_OPS &aducm_timer_ops
66 #define GPIO_OPS &aducm_gpio_ops
67 #define TIMER_EXTRA &timer_extra_ip
69 #define WIFI_SW_RESET true
Header file of UART driver for ADuCM302x.
Definition: aducm3029_timer.h:88
Header file of IRQ driver for ADuCM302x.
Header file of TIMER driver for ADuCM302x.