Hal_Irda_Transmit_It; Hal_Irda_Receive_It; Hal_Irda_Transmit_Dma; Hal_Irda_Receive_Dma - ST STM32F2 User Manual

Description of stm32f2 hal and low layer drivers
Hide thumbs Also See for STM32F2:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the STM32F2 and is the answer not in the manual?

Questions and answers

Table of Contents

Save PDF