no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef __PARAMETERS_H__
41 #define __PARAMETERS_H__
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #include "maxim_irq.h"
47 #include "maxim_uart.h"
48 #include "maxim_gpio.h"
49 #include "maxim_timer.h"
50 #include "common_data.h"
51 #include "no_os_util.h"
52 #include "no_os_timer.h"
53 
54 /******************************************************************************/
55 /********************** Macros and Constants Definitions **********************/
56 /******************************************************************************/
57 #define MAX_SIZE_BASE_ADDR (SAMPLES_PER_CHANNEL * DEMO_CHANNELS * \
58  sizeof(uint16_t))
59 
60 #define SAMPLES_PER_CHANNEL_PLATFORM 2000
61 
62 #define INTC_DEVICE_ID 0
63 #define UART_IRQ_ID UART0_IRQn
64 #define UART_DEVICE_ID 0
65 #define UART_BAUDRATE 57600
66 #define UART_EXTRA &iio_demo_uart_extra_ip
67 #define UART_OPS &max_uart_ops
68 #define GPIO_EXTRA &gpio_extra_ip
69 #define GPIO_OPS &max_gpio_ops
70 #define GPIO_PORT 2
71 
74 
75 #endif /* __PARAMETERS_H__ */
gpio_extra_ip
struct xil_gpio_init_param gpio_extra_ip
Definition: parameters.c:69
no_os_timer.h
Timer control module header.
iio_demo_uart_extra_ip
struct max_uart_init_param iio_demo_uart_extra_ip
Definition: parameters.c:48
max_uart_init_param
Aditional UART config parameters.
Definition: maxim_uart.h:61
max_gpio_init_param
GPIO platform specific init parameters.
Definition: maxim_gpio.h:61
no_os_util.h
Header file of utility functions.