35#ifndef __PARAMETERS_H__
36#define __PARAMETERS_H__
46extern UART_HandleTypeDef
huart5;
48#define UART_IRQ_ID UART5_IRQn
50#define UART_DEVICE_ID 5
51#define UART_BAUDRATE 230400
52#define UART_EXTRA &ad7616_uart_extra_ip
53#define UART_OPS &stm32_uart_ops
55#define GPIO_OPS &stm32_gpio_ops
58#define GPIO_BUSY_PORT GPIO_PORT_A
59#define GPIO_BUSY_NB 10
60#define GPIO_RESET_PORT GPIO_PORT_G
61#define GPIO_RESET_NB 10
62#define GPIO_CONVST_PORT GPIO_PORT_A
63#define GPIO_CONVST_NB 11
65#define SPI_DEVICE_ID 1
66#define SPI_BAUDRATE 22500000
68#define SPI_CS_PORT GPIO_PORT_A
69#define SPI_OPS &stm32_spi_ops
70#define SPI_EXTRA &ad7616_spi_extra_ip
Header file for stm32 gpio specifics.
Header file for stm32 gpio irq specifics.
Header file for stm32 irq specifics.
Header file for the stm32 spi driver.
Header file of UART driver for STM32.
Header file of stm32 UART driver stdout/stdin redirection.
Structure holding the initialization parameters for stm32 platform.
Definition stm32_gpio.h:44
Structure holding the initialization parameters for stm32 platform specific SPI parameters.
Definition stm32_spi.h:51
Specific initialization parameters for stm32 UART.
Definition stm32_uart.h:46