HAL + 0/35 examples
CodeScope will show references to HAL_UART_TxCpltCallback() 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_TxCpltCallback() function

Tx Transfer completed callbacks.

Syntax

void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart);
Implemented in stm32f4xx_hal_uart.c:2592

Arguments

huart

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

Return value

None

Examples

HAL_UART_TxCpltCallback() is referenced by 35 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_uart.c:2592
__weak void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart)
stm32f4xx_hal_uart.h:771
void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart);
stm32f4xx_hal_uart.c:3012UART_DMATransmitCplt()
HAL_UART_TxCpltCallback(huart);
stm32f4xx_hal_uart.c:3582UART_EndTransmit_IT()
HAL_UART_TxCpltCallback(huart);

Call Tree

Functions calling HAL_UART_TxCpltCallback()
Functions called by HAL_UART_TxCpltCallback()
HAL_UART_TxCpltCallback()
USBD_CDC_ReceivePacket()
BSP_LED_On()
_txe_event_flags_set()
Error_Handler()
BSP_LED_Off()
all items filtered out
Data read by HAL_UART_TxCpltCallback()
Data written by HAL_UART_TxCpltCallback()
Led_TypeDef::LED1
Led_TypeDef::LED6
Led_TypeDef::LED2
Led_TypeDef::LED_BLUE
Led_TypeDef::LED3
all items filtered out
HAL_UART_TxCpltCallback()
tx_complete
UartReady
all items filtered out