no-OS
projects
lt7182s
src
platform
maxim
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_gpio.h"
39
#include "maxim_uart.h"
40
#include "maxim_uart_stdio.h"
41
42
#ifdef IIO_SUPPORT
43
#define INTC_DEVICE_ID 0
44
#endif
45
46
#define UART_DEVICE_ID 1
47
#define UART_IRQ_ID UART1_IRQn
48
#define UART_BAUDRATE 115200
49
#define UART_OPS &max_uart_ops
50
#define UART_EXTRA <7182s_uart_extra
51
52
#define I2C_DEVICE_ID 1
53
#define I2C_OPS &max_i2c_ops
54
#define I2C_EXTRA <7182s_i2c_extra
55
56
extern
struct
max_uart_init_param
lt7182s_uart_extra
;
57
extern
struct
max_i2c_init_param
lt7182s_i2c_extra
;
58
59
#endif
/* __PARAMETERS_H__ */
lt7182s_uart_extra
struct max_uart_init_param lt7182s_uart_extra
Definition:
parameters.c:35
max_i2c_init_param
Definition:
maxim_i2c.h:58
lt7182s_i2c_extra
struct max_i2c_init_param lt7182s_i2c_extra
Definition:
parameters.c:39
max_uart_init_param
Aditional UART config parameters.
Definition:
maxim_uart.h:55
Generated by
1.8.17