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