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 #include "stdio.h"
41 #include "platform_init.h"
42 #include "aducm3029_timer.h"
43 #include "aducm3029_irq.h"
44 #include "aducm3029_uart.h"
45 #include "aducm3029_gpio.h"
46 
47 /******************************************************************************/
48 /********************** Macros and Constants Definitions **********************/
49 /******************************************************************************/
50 
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
55 
56 #define GPIO_PORT NULL
57 #define GPIO_NR NULL
58 #define GPIO_EXTRA NULL
59 
60 #define TIMER_ID 1
61 #define TIMER_FREQ 1000
62 
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
68 
69 #define WIFI_SW_RESET true
70 
72 
73 #endif /* __PARAMETERS_H__ */
aducm3029_uart.h
Header file of UART driver for ADuCM302x.
aducm_timer_init_param
Definition: aducm3029_timer.h:88
timer_extra_ip
struct aducm_timer_init_param timer_extra_ip
Definition: parameters.c:42
aducm3029_irq.h
Header file of IRQ driver for ADuCM302x.
platform_init.h
ADuCM3029 platform initialization header.
aducm3029_timer.h
Header file of TIMER driver for ADuCM302x.
aducm3029_gpio.h