34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
44#define UART_CONFIG_BAUDRATE 115200
45#define UART_CONFIG_IRQ_ID ADUCM_UART_INT_ID
46#define UART_DEVICE_ID 0
47#define UART_EXTRA NULL
51#define GPIO_EXTRA NULL
54#define TIMER_FREQ 1000
56#define IRQ_OPS &aducm_irq_ops
57#define UART_OPS &aducm_uart_ops
58#define TIMER_OPS &aducm_timer_ops
59#define GPIO_OPS &aducm_gpio_ops
60#define TIMER_EXTRA &timer_extra_ip
62#define WIFI_SW_RESET true
Header file of IRQ driver for ADuCM302x.
Header file of TIMER driver for ADuCM302x.
Header file of UART driver for ADuCM302x.
Definition aducm3029_timer.h:82