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

UART handle Structure definition. More...

#include <stm32f4xx_hal_uart.h>

Collaboration diagram for __UART_HandleTypeDef:

Data Fields

USART_TypeDef * Instance
 
UART_InitTypeDef Init
 
const uint8_t * pTxBuffPtr
 
uint16_t TxXferSize
 
__IO uint16_t TxXferCount
 
uint8_t * pRxBuffPtr
 
uint16_t RxXferSize
 
__IO uint16_t RxXferCount
 
__IO HAL_UART_RxTypeTypeDef ReceptionType
 
__IO HAL_UART_RxEventTypeTypeDef RxEventType
 
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 160 of file stm32f4xx_hal_uart.h.

Field Documentation

โ—† Instance

โ—† Init

โ—† pTxBuffPtr

const uint8_t* __UART_HandleTypeDef::pTxBuffPtr

Pointer to UART Tx transfer Buffer

Definition at line 166 of file stm32f4xx_hal_uart.h.

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

โ—† TxXferSize

uint16_t __UART_HandleTypeDef::TxXferSize

UART Tx Transfer size

Definition at line 168 of file stm32f4xx_hal_uart.h.

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

โ—† TxXferCount

โ—† pRxBuffPtr

uint8_t* __UART_HandleTypeDef::pRxBuffPtr

Pointer to UART Rx transfer Buffer

Definition at line 172 of file stm32f4xx_hal_uart.h.

Referenced by UART_Receive_IT(), UART_Start_Receive_DMA(), and UART_Start_Receive_IT().

โ—† RxXferSize

uint16_t __UART_HandleTypeDef::RxXferSize

โ—† RxXferCount

โ—† ReceptionType

โ—† RxEventType

โ—† hdmatx

โ—† hdmarx

โ—† Lock

HAL_LockTypeDef __UART_HandleTypeDef::Lock

Locking object

Definition at line 186 of file stm32f4xx_hal_uart.h.

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

โ—† gState

โ—† RxState

โ—† ErrorCode


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