Go to the documentation of this file.
34 #ifndef __PARAMETERS_H__
35 #define __PARAMETERS_H__
55 #define DATA_BUFFER_SIZE 300
56 #define INTC_DEVICE_ID 0
58 #define UART_IRQ_ID ADUCM_UART_INT_ID
60 #define UART_DEVICE_ID 0
61 #define UART_BAUDRATE 115200
62 #define UART_EXTRA NULL
63 #define UART_OPS &aducm_uart_ops
65 #define SPI_DEVICE_ID 1
66 #define SPI_BAUDRATE 4000000
68 #define SPI_OPS &aducm_spi_ops
69 #define SPI_EXTRA &adxl355_spi_extra_ip
71 #ifdef IIO_TRIGGER_EXAMPLE
72 #define GPIO_DRDY_PIN_NUM 12
73 #define GPIO_DRDY_PORT_NUM 0
74 #define GPIO_OPS &aducm_gpio_ops
75 #define GPIO_EXTRA NULL
77 #define GPIO_IRQ_ID ADUCM_GPIO_A_GROUP_SOFT_CTRL
78 #define GPIO_IRQ_OPS &aducm_gpio_irq_ops
79 #define GPIO_IRQ_EXTRA NULL
81 #define ADXL355_GPIO_TRIG_IRQ_ID GPIO_DRDY_PIN_NUM
82 #define ADXL355_GPIO_CB_HANDLE NULL
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
Header file of UART driver for ADuCM302x.
Configuration structure sent in the extra parameter from no_os_spi_init_param.
Definition: aducm3029_spi.h:87
Header file of GPIO IRQ interface for ADuCM3029 platform.
Header file of IRQ driver for ADuCM302x.
Header file for UART driver stdout/stdin redirection.
Header file of GPIO Interface.
ADuCM302x specific header for SPI driver.