STM32F439xx HAL User Manual
Data Fields
IRDA_HandleTypeDef Struct Reference

IRDA handle Structure definition. More...

#include <stm32f4xx_hal_irda.h>

Data Fields

USART_TypeDef * Instance
IRDA_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_IRDA_StateTypeDef gState
__IO HAL_IRDA_StateTypeDef RxState
__IO uint32_t ErrorCode

Detailed Description

IRDA handle Structure definition.

Definition at line 151 of file stm32f4xx_hal_irda.h.


Field Documentation

HAL_LockTypeDef IRDA_HandleTypeDef::Lock

Definition at line 173 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Init().


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