HAL + 0/22 examples
CodeScope will show references to __UART_HandleTypeDef::hdmatx 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...
CodeScopeSTM32 Libraries and SamplesHAL__UART_HandleTypeDef::hdmatx

__UART_HandleTypeDef::hdmatx field

UART Tx DMA Handle parameters

Examples

__UART_HandleTypeDef::hdmatx is referenced by 22 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_uart.h:182
DMA_HandleTypeDef *hdmatx; /*!< UART Tx DMA Handle parameters */
stm32f4xx_hal_uart.c:1399HAL_UART_Transmit_DMA()
stm32f4xx_hal_uart.c:1402HAL_UART_Transmit_DMA()
stm32f4xx_hal_uart.c:1405HAL_UART_Transmit_DMA()
stm32f4xx_hal_uart.c:1408HAL_UART_Transmit_DMA()
stm32f4xx_hal_uart.c:1412HAL_UART_Transmit_DMA()
HAL_DMA_Start_IT(huart->hdmatx, *(const uint32_t *)tmp, (uint32_t)&huart->Instance->DR, Size);
stm32f4xx_hal_uart.c:1549HAL_UART_DMAStop()
if (huart->hdmatx != NULL)
stm32f4xx_hal_uart.c:1551HAL_UART_DMAStop()
stm32f4xx_hal_uart.c:1877HAL_UART_Abort()
if (huart->hdmatx != NULL)
stm32f4xx_hal_uart.c:1881HAL_UART_Abort()
stm32f4xx_hal_uart.c:1883HAL_UART_Abort()
if (HAL_DMA_Abort(huart->hdmatx) != HAL_OK)
stm32f4xx_hal_uart.c:1885HAL_UART_Abort()
stm32f4xx_hal_uart.c:1959HAL_UART_AbortTransmit()
if (huart->hdmatx != NULL)
stm32f4xx_hal_uart.c:1963HAL_UART_AbortTransmit()
stm32f4xx_hal_uart.c:1965HAL_UART_AbortTransmit()
if (HAL_DMA_Abort(huart->hdmatx) != HAL_OK)
stm32f4xx_hal_uart.c:1967HAL_UART_AbortTransmit()
stm32f4xx_hal_uart.c:2077HAL_UART_Abort_IT()
if (huart->hdmatx != NULL)
stm32f4xx_hal_uart.c:2083HAL_UART_Abort_IT()
stm32f4xx_hal_uart.c:2087HAL_UART_Abort_IT()
stm32f4xx_hal_uart.c:2112HAL_UART_Abort_IT()
if (huart->hdmatx != NULL)
stm32f4xx_hal_uart.c:2118HAL_UART_Abort_IT()
if (HAL_DMA_Abort_IT(huart->hdmatx) != HAL_OK)
stm32f4xx_hal_uart.c:2120HAL_UART_Abort_IT()
stm32f4xx_hal_uart.c:2206HAL_UART_AbortTransmit_IT()
if (huart->hdmatx != NULL)
stm32f4xx_hal_uart.c:2210HAL_UART_AbortTransmit_IT()
stm32f4xx_hal_uart.c:2213HAL_UART_AbortTransmit_IT()
if (HAL_DMA_Abort_IT(huart->hdmatx) != HAL_OK)
stm32f4xx_hal_uart.c:2216HAL_UART_AbortTransmit_IT()
huart->hdmatx->XferAbortCallback(huart->hdmatx);
stm32f4xx_hal_uart.c:3387UART_DMATxAbortCallback()
huart->hdmatx->XferAbortCallback = NULL;
stm32f4xx_hal_uart.c:3436UART_DMARxAbortCallback()
if (huart->hdmatx != NULL)
stm32f4xx_hal_uart.c:3438UART_DMARxAbortCallback()
if (huart->hdmatx->XferAbortCallback != NULL)

Data Use

Type of __UART_HandleTypeDef::hdmatx
__UART_HandleTypeDef::hdmatx
all items filtered out