33#ifndef __PARAMETERS_H__
34#define __PARAMETERS_H__
38#include "maxim_gpio.h"
39#include "maxim_uart.h"
40#include "maxim_uart_stdio.h"
42#define UART_DEVICE_ID 0
43#define UART_BAUDRATE 57600
44#define UART_OPS &max_uart_ops
45#define UART_EXTRA &adin1110_uart_extra_ip
47#define SPI_DEVICE_ID 1
48#define SPI_BAUDRATE 15000000
50#define SPI_OPS &max_spi_ops
51#define SPI_EXTRA &adin1110_spi_extra_ip
53#define GPIO_OPS &max_gpio_ops
54#define RST_GPIO_PORT 0
55#define RST_GPIO_NUM 19
56#define RST_GPIO_EXTRA &adin1110_reset_gpio_extra
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