no-OS
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
36
37#include "maxim_gpio.h"
38#include "maxim_gpio_irq.h"
39#include "maxim_irq.h"
40#include "maxim_spi.h"
41#include "maxim_uart.h"
42
43/* Platform operation structures (from maxim driver headers) */
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
49
50/* Platform extra initialization parameters (project specific) */
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
54
58
59#endif /* __PARAMETERS_H__ */
struct max_gpio_init_param max_gpio_extra_ip
Definition parameters.c:40
struct max_spi_init_param max_spi_extra_ip
Definition parameters.c:45
struct max_uart_init_param max_uart_extra_ip
Definition parameters.c:36
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