34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
39#include "maxim_gpio.h"
40#include "maxim_uart.h"
41#include "maxim_uart_stdio.h"
43#define UART_OPS &max_uart_ops
44#define UART_EXTRA &max11205_uart_extra_ip
47#define UART_DEVICE_ID 0
48#define UART_BAUDRATE 57600
49#define UART_IRQ_ID UART0_IRQn
51#define MAX11205_VREF_MV 3300
53#define SPI_DEVICE_ID 0
54#define SPI_BAUDRATE 5000000
56#define SPI_OPS &max_spi_ops
57#define SPI_EXTRA &max11205_spi_extra_ip
59#define GPIO_OPS &max_gpio_ops
60#define GPIO_EXTRA &max11205_gpio_extra_ip
61#if (TARGET_NUM != 32655)
62#error PIN and PORT configuration have to be adapted for the used target.
64#define GPIO_SYNC_PIN_NUM 6
65#define GPIO_SYNC_PORT_NUM 1
68#define GPIO_IRQ_OPS &max_gpio_irq_ops
69#define GPIO_CTRL_IRQ_ID 1
70#define GPIO_IRQ_EXTRA &max11205_gpio_extra_ip
71#define NVIC_GPIO_IRQ GPIO1_IRQn
GPIO platform specific init parameters.
Definition maxim_gpio.h:55
Maxim specific SPI initialization parameters.
Definition maxim_spi.h:53
Aditional UART config parameters.
Definition maxim_uart.h:55