no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __PARAMETERS_H__
40 #define __PARAMETERS_H__
41 
42 #include "stm32_irq.h"
43 #include "stm32_spi.h"
44 #include "stm32_uart.h"
45 #include "stm32_uart_stdio.h"
46 
47 extern UART_HandleTypeDef huart5;
48 
49 #ifdef IIO_SUPPORT
50 #define INTC_DEVICE_ID 0
51 #define IIO_APP_HUART (&huart5)
52 #endif
53 #define UART_IRQ_ID UART5_IRQn
54 
55 #define UART_DEVICE_ID 5
56 #define UART_BAUDRATE 115200
57 #define UART_EXTRA &adf4382_uart_extra_ip
58 #define UART_OPS &stm32_uart_ops
59 
60 #define SPI_DEVICE_ID 5
61 #define SPI_BAUDRATE 4000000
62 #define SPI_CS 9
63 #define SPI_CS_PORT 1
64 #define SPI_OPS &stm32_spi_ops
65 #define SPI_EXTRA &adf4382_spi_extra_ip
66 
69 
70 #endif /* __PARAMETERS_H__ */
stm32_spi_init_param
Structure holding the initialization parameters for stm32 platform specific SPI parameters.
Definition: stm32_spi.h:55
huart5
UART_HandleTypeDef huart5
stm32_spi.h
Header file for the stm32 spi driver.
adf4382_uart_extra_ip
struct mbed_uart_init_param adf4382_uart_extra_ip
Definition: parameters.c:42
stm32_uart_init_param
Specific initialization parameters for stm32 UART.
Definition: stm32_uart.h:52
stm32_uart.h
Header file of UART driver for STM32.
stm32_uart_stdio.h
Header file of stm32 UART driver stdout/stdin redirection.
stm32_irq.h
Header file for stm32 irq specifics.
adf4382_spi_extra_ip
struct stm32_spi_init_param adf4382_spi_extra_ip
Definition: parameters.c:52