34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
44extern UART_HandleTypeDef
huart5;
47#define INTC_DEVICE_ID 0
48#define IIO_APP_HUART (&huart5)
50#define UART_IRQ_ID UART5_IRQn
52#define UART_DEVICE_ID 5
53#define UART_BAUDRATE 115200
54#define UART_EXTRA &adf4377_uart_extra_ip
55#define UART_OPS &stm32_uart_ops
57#define SPI_DEVICE_ID 5
58#define SPI_BAUDRATE 4000000
61#define SPI_OPS &stm32_spi_ops
62#define SPI_EXTRA &adf4377_spi_extra_ip
64#define GPIO_OPS &stm32_gpio_ops
65#define GPIO_EXTRA &adf4377_gpio_extra_ip
82#define GPIO_ENCLK1_PORT 9
84#define GPIO_ENCLK2_PORT 9
86#define GPIO_MUXOUT_PORT 9
88#define GPIO_LKDET_PORT 9
90#define GPIO_SDP_PORT 9
Header file of GPIO Interface.
Header file for stm32 gpio 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 parameters for GPIO initialization.
Definition no_os_gpio.h:67
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