Go to the documentation of this file.
34 #ifndef __PARAMETERS_H__
35 #define __PARAMETERS_H__
51 extern UART_HandleTypeDef
huart5;
52 #define INTC_DEVICE_ID 0
53 #define IIO_APP_HUART (&huart5)
54 #define UART_IRQ_ID UART5_IRQn
55 #define UART_DEVICE_ID 5
56 #define UART_BAUDRATE 115200
57 #define UART_EXTRA &adxrs290_uart_extra_ip
58 #define UART_OPS &stm32_uart_ops
61 #define SPI_DEVICE_ID 1
62 #define SPI_BAUDRATE 4000000
65 #define SPI_OPS &stm32_spi_ops
66 #define SPI_EXTRA &adxrs290_spi_extra_ip
68 #define GPIO_SYNC_PIN_NUM 2
69 #define GPIO_SYNC_PORT_NUM 0
70 #define GPIO_OPS &stm32_gpio_ops
71 #define GPIO_EXTRA &adxrs290_gpio_extra_ip
73 #ifdef IIO_TRIGGER_EXAMPLE
74 #error IIO_TRIGGER_EXAMPLE is not supported on STM32 platform for adxrs290-pmdz project.
Structure holding the initialization parameters for stm32 platform specific SPI parameters.
Definition: stm32_spi.h:51
Header file for the stm32 spi driver.
Structure holding the initialization parameters for stm32 platform.
Definition: stm32_gpio.h:44
Specific initialization parameters for stm32 UART.
Definition: stm32_uart.h:46
Header file of UART driver for STM32.
Header file of stm32 UART driver stdout/stdin redirection.
Header file for stm32 irq specifics.
Header file for stm32 gpio specifics.