HAL IRDA Generic Driver
Return values
HAL_IRDA_Transmit_IT
Function name
Function description
Parameters
Return values
HAL_IRDA_Receive_IT
Function name
Function description
Parameters
Return values
HAL_IRDA_Transmit_DMA
Function name
Function description
Parameters
Return values
HAL_IRDA_Receive_DMA
Function name
Function description
334/1371
module.
pData: Pointer to data buffer
Size: Amount of data to be received
Timeout: Specify timeout value
HAL: status
HAL_StatusTypeDef HAL_IRDA_Transmit_IT
(IRDA_HandleTypeDef * hirda, uint8_t * pData, uint16_t Size)
Send an amount of data in non blocking mode.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
pData: Pointer to data buffer
Size: Amount of data to be sent
HAL: status
HAL_StatusTypeDef HAL_IRDA_Receive_IT
(IRDA_HandleTypeDef * hirda, uint8_t * pData, uint16_t Size)
Receives an amount of data in non blocking mode.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
pData: Pointer to data buffer
Size: Amount of data to be received
HAL: status
HAL_StatusTypeDef HAL_IRDA_Transmit_DMA
(IRDA_HandleTypeDef * hirda, uint8_t * pData, uint16_t Size)
Sends an amount of data in non blocking mode.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
pData: Pointer to data buffer
Size: Amount of data to be sent
HAL: status
HAL_StatusTypeDef HAL_IRDA_Receive_DMA
(IRDA_HandleTypeDef * hirda, uint8_t * pData, uint16_t Size)
Receives an amount of data in non blocking mode.
DocID028236 Rev 2
UM1940
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?
Questions and answers