no-OS
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __PARAMETERS_H__
34#define __PARAMETERS_H__
35
36#include "maxim_i2c.h"
37#include "maxim_uart.h"
38#include "maxim_uart_stdio.h"
39
40#ifdef IIO_SUPPORT
41#define UART_IRQ_ID UART0_IRQn
42#endif
43
44#define UART_DEVICE_ID 0
45#define UART_BAUDRATE 57600
46#define UART_EXTRA &adt75_uart_extra_ip
47#define UART_OPS &max_uart_ops
48
49#define I2C_DEVICE_ID 1
50#define I2C_OPS &max_i2c_ops
51#define I2C_EXTRA &adt75_i2c_extra
52
55
56#endif /* __PARAMETERS_H__ */
struct max_i2c_init_param adt75_i2c_extra
Definition parameters.c:50
struct max_uart_init_param adt75_uart_extra_ip
Definition parameters.c:36
Definition maxim_i2c.h:58
Aditional UART config parameters.
Definition maxim_uart.h:55