 |
WebRadioApp
0.1
|
Go to the documentation of this file.
43 #ifndef EW_BSP_CONSOLE_H
44 #define EW_BSP_CONSOLE_H
#define USARTx_TX_GPIO_CLK_ENABLE()
Definition: ew_bsp_console.c:43
#define USARTx_FORCE_RESET()
Definition: ew_bsp_console.c:48
void EwBspConsoleInit(void)
The function EwBspConsoleInit initializes a console connection via UART/USART interface used to print...
Definition: ew_bsp_console.c:141
#define USARTx_TX_GPIO_PORT
Definition: ew_bsp_console.c:52
void HAL_UART_MspInit(UART_HandleTypeDef *huart)
UART MSP Initialization - This function configures the hardware resources.
Definition: ew_bsp_console.c:68
unsigned char EwBspConsoleGetCharacter(void)
The function EwBspConsoleGetCharacter returns the current character from the console interface....
Definition: ew_bsp_console.c:184
void EwBspConsoleDone(void)
The function EwBspConsoleDone terminates a console connection.
Definition: ew_bsp_console.c:160
UART_HandleTypeDef UART_Handle
Definition: ew_bsp_console.c:58
#define UART_PORTID
Definition: ew_bsp_console.c:39
#define USARTx_TX_PIN
Definition: ew_bsp_console.c:51
#define USARTx_RX_PIN
Definition: ew_bsp_console.c:54
#define USARTx_CLK_ENABLE()
Definition: ew_bsp_console.c:41
#define RCC_USARTxCLKSOURCE_HSI
Definition: ew_bsp_console.c:46
void EwBspConsolePutCharacter(unsigned char aCharacter)
The function EwBspConsolePutCharacter sends the given character to the console interface.
Definition: ew_bsp_console.c:170
#define USARTx_TX_AF
Definition: ew_bsp_console.c:53
#define RCC_PERIPHCLK_USARTx
Definition: ew_bsp_console.c:45
This file contains general configuration settings for the target system, like memory ranges and displ...
#define USARTx_RELEASE_RESET()
Definition: ew_bsp_console.c:49
#define USARTx_RX_GPIO_PORT
Definition: ew_bsp_console.c:55
#define USARTx_RX_AF
Definition: ew_bsp_console.c:56
void HAL_UART_MspDeInit(UART_HandleTypeDef *huart)
UART MSP Deinitialization - This function configures the hardware resources.
Definition: ew_bsp_console.c:113
#define USARTx_RX_GPIO_CLK_ENABLE()
Definition: ew_bsp_console.c:42