STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
โ€ขAll Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
__USART_HandleTypeDef Struct Reference

USART handle Structure definition. More...

#include <stm32f4xx_hal_usart.h>

Collaboration diagram for __USART_HandleTypeDef:

Data Fields

USART_TypeDef * Instance
 
USART_InitTypeDef Init
 
const 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 98 of file stm32f4xx_hal_usart.h.

Field Documentation

โ—† Instance

โ—† Init

โ—† pTxBuffPtr

const uint8_t* __USART_HandleTypeDef::pTxBuffPtr

โ—† TxXferSize

โ—† TxXferCount

โ—† pRxBuffPtr

uint8_t* __USART_HandleTypeDef::pRxBuffPtr

โ—† RxXferSize

uint16_t __USART_HandleTypeDef::RxXferSize

โ—† RxXferCount

โ—† hdmatx

โ—† hdmarx

โ—† Lock

HAL_LockTypeDef __USART_HandleTypeDef::Lock

Locking object

Definition at line 120 of file stm32f4xx_hal_usart.h.

Referenced by HAL_USART_Init().

โ—† State

โ—† ErrorCode


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