no-OS
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 #ifdef IIO_SUPPORT
43 #define INTC_DEVICE_ID 0
44 #endif
45 
46 #define UART_IRQ_ID UART1_IRQn
47 #define UART_DEVICE_ID 1
48 #define UART_BAUDRATE 57600
49 #define UART_EXTRA &lt8722_uart_extra
50 #define UART_OPS &max_uart_ops
51 
52 #define SPI_DEVICE_ID 1
53 #define SPI_CS 0
54 #define SPI_BAUDRATE 100000
55 #define SPI_OPS &max_spi_ops
56 #define SPI_EXTRA &lt8722_spi_extra
57 
58 #define GPIO_SWEN_PORT_NUM 0
59 #define GPIO_SWEN_PIN_NUM 21
60 
61 #define GPIO_EN_PORT_NUM 0
62 #define GPIO_EN_PIN_NUM 20
63 
64 #define GPIO_OPS &max_gpio_ops
65 #define GPIO_EXTRA &lt8722_gpio_extra
66 
70 
71 #endif /* __PARAMETERS_H__ */
lt8722_spi_extra
struct max_spi_init_param lt8722_spi_extra
Definition: parameters.c:39
max_spi_init_param
Maxim specific SPI initialization parameters.
Definition: maxim_spi.h:53
lt8722_uart_extra
struct max_uart_init_param lt8722_uart_extra
Definition: parameters.c:35
max_uart_init_param
Aditional UART config parameters.
Definition: maxim_uart.h:55
max_gpio_init_param
GPIO platform specific init parameters.
Definition: maxim_gpio.h:55
lt8722_gpio_extra
struct max_gpio_init_param lt8722_gpio_extra
Definition: parameters.c:45