no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
36
37#include "stdio.h"
38#include "platform_init.h"
39#include "aducm3029_i2c.h"
40#include "aducm3029_irq.h"
41#include "aducm3029_uart.h"
43
44#define UART_IRQ_ID ADUCM_UART_INT_ID
45
46#define UART_DEVICE_ID 0
47#define UART_BAUDRATE 115200
48#define UART_EXTRA NULL
49#define UART_OPS &aducm_uart_ops
50
51#define I2C_DEVICE_ID 0
52#define I2C_OPS &aducm_i2c_ops
53#define I2C_EXTRA NULL
54
55#define MAX_DUT MAX5380M
56
57#endif /* __PARAMETERS_H__ */
Header file of IRQ driver for ADuCM302x.
Header file of UART driver for ADuCM302x.
Header file for UART driver stdout/stdin redirection.
ADuCM3029 platform initialization header.