34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
37#include "maxim_gpio.h"
38#include "maxim_gpio_irq.h"
41#include "maxim_uart.h"
44#define SPI_OPS &max_spi_ops
45#define GPIO_OPS &max_gpio_ops
46#define IRQ_OPS &max_irq_ops
47#define GPIO_IRQ_OPS &max_gpio_irq_ops
48#define UART_OPS &max_uart_ops
51#define UART_EXTRA_IP &max_uart_extra_ip
52#define SPI_EXTRA_IP &max_spi_extra_ip
53#define GPIO_EXTRA_IP &max_gpio_extra_ip
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