STM32F439xx HAL User Manual
Data Fields
USART_HandleTypeDef Struct Reference

USART handle Structure definition. More...

#include <stm32f4xx_hal_usart.h>

Data Fields

USART_TypeDef * Instance
USART_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_USART_StateTypeDef State
__IO uint32_t ErrorCode

Detailed Description

USART handle Structure definition.

Definition at line 115 of file stm32f4xx_hal_usart.h.


Field Documentation

HAL_LockTypeDef USART_HandleTypeDef::Lock

Definition at line 137 of file stm32f4xx_hal_usart.h.

Referenced by HAL_USART_Init().


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