Go to the documentation of this file.
34 #ifndef __PARAMETERS_H__
35 #define __PARAMETERS_H__
41 #include "maxim_timer.h"
42 #include "maxim_irq.h"
43 #include "maxim_uart.h"
44 #include "maxim_gpio.h"
50 #define UART_CONFIG_BAUDRATE 115200
51 #define UART_CONFIG_IRQ_ID UART2_IRQn
52 #define UART_DEVICE_ID 2
53 #define UART_EXTRA &uart_extra_ip
57 #define GPIO_EXTRA &gpio_extra_ip
60 #define TIMER_FREQ 32000
62 #define IRQ_OPS &max_irq_ops
63 #define UART_OPS &max_uart_ops
64 #define TIMER_OPS &max_timer_ops
65 #define GPIO_OPS &max_gpio_ops
66 #define TIMER_EXTRA NULL
68 #define WIFI_SW_RESET false
Aditional UART config parameters.
Definition: maxim_uart.h:55
GPIO platform specific init parameters.
Definition: maxim_gpio.h:55