Go to the documentation of this file.
40 #ifndef __PARAMETERS_H__
41 #define __PARAMETERS_H__
59 #define UART_DEVICE_ID 0
60 #define INTC_DEVICE_ID 0
61 #define UART_IRQ_ID ADUCM_UART_INT_ID
62 #define UART_BAUDRATE 115200
63 #define UART_EXTRA NULL
64 #define UART_OPS &aducm_uart_ops
66 #define SPI_DEVICE_ID 1
67 #define SPI_BAUDRATE 4000000
69 #define SPI_OPS &aducm_spi_ops
70 #define SPI_EXTRA &adxrs290_spi_extra_ip
72 #define GPIO_SYNC_PIN_NUM 0x10
73 #define GPIO_SYNC_PORT_NUM 0
74 #define GPIO_OPS &aducm_gpio_ops
75 #define GPIO_EXTRA NULL
77 #ifdef IIO_TRIGGER_EXAMPLE
78 #define GPIO_IRQ_ID ADUCM_XINT_SOFT_CTRL
79 #define GPIO_IRQ_OPS &aducm_gpio_irq_ops
80 #define GPIO_IRQ_EXTRA NULL
82 #define ADXRS290_GPIO_TRIG_IRQ_ID ADI_XINT_EVENT_INT1
83 #define ADXRS290_GPIO_CB_HANDLE NULL
86 #ifdef IIO_TIMER_TRIGGER_EXAMPLE
89 #define ADXRS290_TIMER_DEVICE_ID 1
90 #define ADXRS290_TIMER_FREQ_HZ 200
91 #define ADXRS290_TIMER_TICKS_COUNT 0xffff
92 #define ADXRS290_TIMER_EXTRA &adxrs290_timer_extra_ip
93 #define TIMER_OPS &aducm3029_timer_ops
96 #define ADXRS290_TIMER_IRQ_ID TMR1_EVT_IRQn
97 #define TIMER_IRQ_OPS &aducm_irq_ops
98 #define ADADXRS290_TIMER_IRQ_EXTRA NULL
101 #define ADXRS290_TIMER_CB_HANDLE 0
102 #define ADXRS290_TIMER_TRIG_IRQ_ID ADUCM_TIMER1_INT_ID
Header file of UART driver for ADuCM302x.
Definition: aducm3029_timer.h:94
Configuration structure sent in the extra parameter from no_os_spi_init_param.
Definition: aducm3029_spi.h:93
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.