Go to the documentation of this file.
35 #ifndef __PARAMETERS_H__
36 #define __PARAMETERS_H__
52 extern UART_HandleTypeDef
huart5;
54 #define UART_IRQ_ID UART5_IRQn
55 #define INTC_DEVICE_ID 0
57 #define UART_DEVICE_ID 5
58 #define UART_BAUDRATE 230400
59 #define UART_EXTRA &ad7616_uart_extra_ip
60 #define UART_OPS &stm32_uart_ops
62 #define GPIO_OPS &stm32_gpio_ops
65 #define GPIO_BUSY_PORT GPIO_PORT_A
66 #define GPIO_BUSY_NB 10
67 #define GPIO_RESET_PORT GPIO_PORT_G
68 #define GPIO_RESET_NB 10
69 #define GPIO_CONVST_PORT GPIO_PORT_A
70 #define GPIO_CONVST_NB 11
72 #define SPI_DEVICE_ID 1
73 #define SPI_BAUDRATE 22500000
75 #define SPI_CS_PORT GPIO_PORT_A
76 #define SPI_OPS &stm32_spi_ops
77 #define SPI_EXTRA &ad7616_spi_extra_ip
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.
Header file for stm32 gpio irq specifics.