STM32F479xx 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
void(* TxHalfCpltCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* TxCpltCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* RxHalfCpltCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* RxCpltCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* ErrorCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* AbortCpltCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* AbortTransmitCpltCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* AbortReceiveCpltCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* MspInitCallback )(struct __IRDA_HandleTypeDef *hirda)
void(* MspDeInitCallback )(struct __IRDA_HandleTypeDef *hirda)

Detailed Description

IRDA handle Structure definition.

Definition at line 139 of file stm32f4xx_hal_irda.h.


Field Documentation

IRDA communication parameters

Definition at line 146 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Init(), HAL_IRDA_Receive(), HAL_IRDA_Transmit(), IRDA_Receive_IT(), IRDA_SetConfig(), and IRDA_Transmit_IT().

HAL_LockTypeDef __IRDA_HandleTypeDef::Lock

Locking object

Definition at line 164 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Init().

IRDA Msp DeInit callback

Definition at line 195 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_DeInit(), HAL_IRDA_RegisterCallback(), and HAL_IRDA_UnRegisterCallback().

IRDA Msp Init callback

Definition at line 193 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Init(), HAL_IRDA_RegisterCallback(), and HAL_IRDA_UnRegisterCallback().

Pointer to IRDA Rx transfer Buffer

Definition at line 154 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Receive_DMA(), HAL_IRDA_Receive_IT(), and IRDA_Receive_IT().

Pointer to IRDA Tx transfer Buffer

Definition at line 148 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Transmit_DMA(), HAL_IRDA_Transmit_IT(), and IRDA_Transmit_IT().

IRDA Rx Transfer size

Definition at line 156 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Receive(), HAL_IRDA_Receive_DMA(), and HAL_IRDA_Receive_IT().

IRDA Tx Transfer size

Definition at line 150 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Transmit(), HAL_IRDA_Transmit_DMA(), and HAL_IRDA_Transmit_IT().


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