no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __PARAMETERS_H__
34#define __PARAMETERS_H__
35
36#include "maxim_irq.h"
37#include "maxim_i2c.h"
38#include "maxim_uart.h"
39#include "maxim_uart_stdio.h"
40
41#ifdef IIO_SUPPORT
42#define INTC_DEVICE_ID 0
43#endif
44
45#define UART_DEVICE_ID 0
46#define UART_BAUDRATE 57600
47#define UART_OPS &max_uart_ops
48#define UART_EXTRA &adp5055_uart_extra
49
50#define I2C_DEVICE_ID 0
51#define I2C_OPS &max_i2c_ops
52#define I2C_EXTRA &adp5055_i2c_extra
53
56
57#endif /* __PARAMETERS_H__ */
struct max_uart_init_param adp5055_uart_extra
Definition parameters.c:35
struct max_i2c_init_param adp5055_i2c_extra
Definition parameters.c:39
Definition maxim_i2c.h:58
Aditional UART config parameters.
Definition maxim_uart.h:55