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_spi.h"
37#include "maxim_irq.h"
38#include "maxim_uart.h"
39#include "maxim_uart_stdio.h"
40
41#define UART_IRQ_ID UART0_IRQn
42#define UART_DEVICE_ID 0
43#define UART_BAUDRATE 57600
44
45#define COMM_DEVICE_ID 1
46#define COMM_BAUDRATE 500000
47
48#define COMM_EXTRA &ades1754_comm_extra
49#define COMM_OPS &max_uart_ops
50
51#define UART_EXTRA &ades1754_uart_extra
52#define UART_OPS &max_uart_ops
53
56
57#endif /* __PARAMATERS_H__ */
struct max_uart_init_param ades1754_uart_extra
Definition parameters.c:37
struct max_uart_init_param ades1754_comm_extra
Definition parameters.c:41
Aditional UART config parameters.
Definition maxim_uart.h:55