STM32F439xx HAL User Manual
Data Fields
UART_HandleTypeDef Struct Reference

UART handle Structure definition. More...

#include <stm32f4xx_hal_uart.h>

Data Fields

USART_TypeDef * Instance
UART_InitTypeDef Init
uint8_t * pTxBuffPtr
uint16_t TxXferSize
__IO uint16_t TxXferCount
uint8_t * pRxBuffPtr
uint16_t RxXferSize
__IO uint16_t RxXferCount
DMA_HandleTypeDefhdmatx
DMA_HandleTypeDefhdmarx
HAL_LockTypeDef Lock
__IO HAL_UART_StateTypeDef gState
__IO HAL_UART_StateTypeDef RxState
__IO uint32_t ErrorCode

Detailed Description

UART handle Structure definition.

Definition at line 158 of file stm32f4xx_hal_uart.h.


Field Documentation

HAL_LockTypeDef UART_HandleTypeDef::Lock

Locking object

Definition at line 180 of file stm32f4xx_hal_uart.h.

Referenced by HAL_HalfDuplex_Init(), HAL_LIN_Init(), HAL_MultiProcessor_Init(), and HAL_UART_Init().

Pointer to UART Rx transfer Buffer

Definition at line 170 of file stm32f4xx_hal_uart.h.

Referenced by HAL_UART_Receive_DMA(), HAL_UART_Receive_IT(), and UART_Receive_IT().

Pointer to UART Tx transfer Buffer

Definition at line 164 of file stm32f4xx_hal_uart.h.

Referenced by HAL_UART_Transmit_DMA(), HAL_UART_Transmit_IT(), and UART_Transmit_IT().

UART Rx Transfer size

Definition at line 172 of file stm32f4xx_hal_uart.h.

Referenced by HAL_UART_Receive(), HAL_UART_Receive_DMA(), and HAL_UART_Receive_IT().

UART Tx Transfer size

Definition at line 166 of file stm32f4xx_hal_uart.h.

Referenced by HAL_UART_Transmit(), HAL_UART_Transmit_DMA(), and HAL_UART_Transmit_IT().


The documentation for this struct was generated from the following file: