no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
34
35#ifndef __PARAMETERS_H__
36#define __PARAMETERS_H__
37
38#include "maxim_irq.h"
39#include "maxim_spi.h"
40#include "maxim_uart.h"
41#include "maxim_uart_stdio.h"
42
43#define UART_OPS &max_uart_ops
44#define UART_EXTRA &ltc2672_uart_extra_ip
46
47#define UART_DEVICE_ID 1
48#define UART_BAUDRATE 57600
49#define UART_IRQ_ID UART1_IRQn
50
51#define LTC2672_VAR LTC2672_12
52
53#define SPI_DEVICE_ID 1
54#define SPI_BAUDRATE 5000000
55#define SPI_CS 0
56#define SPI_OPS &max_spi_ops
57#define SPI_EXTRA &ltc2672_spi_extra_ip
58
60
61#endif /* __PARAMETERS_H__ */
struct max_spi_init_param ltc2672_spi_extra_ip
Definition parameters.c:41
struct max_uart_init_param ltc2672_uart_extra_ip
Definition parameters.c:37
Maxim specific SPI initialization parameters.
Definition maxim_spi.h:53
Aditional UART config parameters.
Definition maxim_uart.h:55