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_irq.h"
37#include "maxim_spi.h"
38#include "maxim_gpio.h"
39#include "maxim_uart.h"
40#include "maxim_uart_stdio.h"
41
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
46
47#define SPI_DEVICE_ID 1
48#define SPI_BAUDRATE 15000000
49#define SPI_CS 0
50#define SPI_OPS &max_spi_ops
51#define SPI_EXTRA &adin1110_spi_extra_ip
52
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
57
61
62#endif /* __PARAMETERS_H__ */
struct max_gpio_init_param adin1110_reset_gpio_extra
Definition parameters.c:47
struct max_uart_init_param adin1110_uart_extra_ip
Definition parameters.c:36
struct max_spi_init_param adin1110_spi_extra_ip
Definition parameters.c:41
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