no-OS
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
36
37#include "stm32_hal.h"
38#include "stm32_irq.h"
39#include "stm32_spi.h"
40#include "stm32_uart.h"
41#include "stm32_uart_stdio.h"
42#include "no_os_uart.h"
43
44extern UART_HandleTypeDef huart5;
45
46#define UART_IRQ_ID UART5_IRQn
47
48#define UART_DEVICE_ID 5
49#define UART_BAUDRATE 115200
50#define UART_EXTRA &ad74414h_uart_extra_ip
51#define UART_OPS &stm32_uart_ops
52
53#define SPI_DEVICE_ID 1
54#define SPI_BAUDRATE 1000000
55#define SPI_CS 15
56#define SPI_CS_PORT 0
57#define SPI_OPS &stm32_spi_ops
58#define SPI_EXTRA &ad74414h_spi_extra
59
62
63#endif /* __PARAMETERS_H__ */
UART_HandleTypeDef huart5
struct stm32_uart_init_param ad74414h_uart_extra_ip
Definition parameters.c:36
struct stm32_spi_init_param ad74414h_spi_extra
Definition parameters.c:40
Header file of UART interface.
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 specific SPI parameters.
Definition stm32_spi.h:51
Specific initialization parameters for stm32 UART.
Definition stm32_uart.h:46