HAL + 0/44 examples
CodeScope will show references to HAL_UART_ErrorCallback() from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
USB_Device
Examples
UART
STM32469I-Discovery
Applications
USBX
Examples
UART
STM32469I_EVAL
Applications
USB_Device
Examples
UART
STM324x9I_EVAL
Applications
USB_Device
Examples
UART
STM324xG_EVAL
Applications
USB_Device
Examples
UART
STM32F4-Discovery
Examples
UART
STM32F401-Discovery
Examples
UART
STM32F410xx-Nucleo
Examples
UART
STM32F411E-Discovery
Examples
UART
STM32F412G-Discovery
Examples
UART
STM32F412ZG-Nucleo
Examples
UART
STM32F413ZH-Nucleo
Examples
UART
STM32F429I-Discovery
Examples
UART
 
Symbols
loading...
Files
loading...

HAL_UART_ErrorCallback() function

UART error callbacks.

Syntax

void HAL_UART_ErrorCallback(UART_HandleTypeDef *huart);
Implemented in stm32f4xx_hal_uart.c:2652

Arguments

huart

Pointer to a UART_HandleTypeDef structure that contains the configuration information for the specified UART module.

Return value

None

Examples

HAL_UART_ErrorCallback() is referenced by 44 libraries and example projects.

References

Call Tree

Functions calling HAL_UART_ErrorCallback()
Functions called by HAL_UART_ErrorCallback()
HAL_UART_ErrorCallback()
Error_Handler()
BSP_LED_Off()
BSP_LED_On()
Error_Handler()
all items filtered out
Data read by HAL_UART_ErrorCallback()
Led_TypeDef::LED3
Led_TypeDef::LED4
Led_TypeDef::LED1
Led_TypeDef::LED2
Led_TypeDef::LED_ORANGE
all items filtered out
HAL_UART_ErrorCallback()