no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef __PARAMETERS_H__
35 #define __PARAMETERS_H__
36 
37 /******************************************************************************/
38 /***************************** Include Files **********************************/
39 /******************************************************************************/
40 #include "stm32_hal.h"
41 #include "stm32_irq.h"
42 #include "stm32_gpio_irq.h"
43 #include "stm32_spi.h"
44 #include "stm32_gpio.h"
45 #include "stm32_uart.h"
46 #include "stm32_uart_stdio.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
51 extern UART_HandleTypeDef huart5;
52 
53 #define UART_IRQ_ID UART5_IRQn
54 
55 #define UART_DEVICE_ID 5
56 #define UART_BAUDRATE 115200
57 #define UART_EXTRA &ad74416h_uart_extra_ip
58 #define UART_OPS &stm32_uart_ops
59 
60 #define SPI_DEVICE_ID 1
61 #define SPI_BAUDRATE 10000000
62 #define SPI_CS 15
63 #define SPI_CS_PORT 0
64 #define SPI_OPS &stm32_spi_ops
65 #define SPI_EXTRA &ad74416h_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:51
stm32_spi.h
Header file for the stm32 spi driver.
stm32_uart_init_param
Specific initialization parameters for stm32 UART.
Definition: stm32_uart.h:46
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.
stm32_gpio.h
Header file for stm32 gpio specifics.
stm32_gpio_irq.h
Header file for stm32 gpio irq specifics.
ad74416h_spi_extra_ip
struct stm32_spi_init_param ad74416h_spi_extra_ip
Definition: parameters.c:46
huart5
UART_HandleTypeDef huart5
stm32_hal.h
ad74416h_uart_extra_ip
struct mbed_uart_init_param ad74416h_uart_extra_ip
Definition: parameters.c:42