Go to the documentation of this file.
34 #ifndef __PARAMETERS_H__
35 #define __PARAMETERS_H__
53 #define UART_DEVICE_ID 0
54 #define INTC_DEVICE_ID 0
55 #define UART_IRQ_ID ADUCM_UART_INT_ID
56 #define UART_BAUDRATE 115200
57 #define UART_EXTRA NULL
58 #define UART_OPS &aducm_uart_ops
60 #define SPI_DEVICE_ID 1
61 #define SPI_BAUDRATE 4000000
63 #define SPI_OPS &aducm_spi_ops
64 #define SPI_EXTRA &adxrs290_spi_extra_ip
66 #define GPIO_SYNC_PIN_NUM 0x10
67 #define GPIO_SYNC_PORT_NUM 0
68 #define GPIO_OPS &aducm_gpio_ops
69 #define GPIO_EXTRA NULL
71 #ifdef IIO_TRIGGER_EXAMPLE
72 #define GPIO_IRQ_ID ADUCM_XINT_SOFT_CTRL
73 #define GPIO_IRQ_OPS &aducm_gpio_irq_ops
74 #define GPIO_IRQ_EXTRA NULL
76 #define ADXRS290_GPIO_TRIG_IRQ_ID ADI_XINT_EVENT_INT1
77 #define ADXRS290_GPIO_CB_HANDLE NULL
80 #ifdef IIO_TIMER_TRIGGER_EXAMPLE
83 #define ADXRS290_TIMER_DEVICE_ID 1
84 #define ADXRS290_TIMER_FREQ_HZ 200
85 #define ADXRS290_TIMER_TICKS_COUNT 0xffff
86 #define ADXRS290_TIMER_EXTRA &adxrs290_timer_extra_ip
87 #define TIMER_OPS &aducm_timer_ops
90 #define ADXRS290_TIMER_IRQ_ID TMR1_EVT_IRQn
91 #define TIMER_IRQ_OPS &aducm_irq_ops
92 #define ADADXRS290_TIMER_IRQ_EXTRA NULL
95 #define ADXRS290_TIMER_CB_HANDLE 0
96 #define ADXRS290_TIMER_TRIG_IRQ_ID ADUCM_TIMER1_INT_ID
Header file of UART driver for ADuCM302x.
Definition: aducm3029_timer.h:88
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.
Timer control module header.
Header file of IRQ driver for ADuCM302x.
Header file of TIMER driver for ADuCM302x.
ADuCM302x specific header for SPI driver.