UM1940
Parameters
Return values
Notes
HAL_IRDA_DMAPause
Function name
Function description
Parameters
Return values
HAL_IRDA_DMAResume
Function name
Function description
Parameters
Return values
HAL_IRDA_DMAStop
Function name
Function description
Parameters
Return values
HAL_IRDA_Abort
Function name
Function description
Parameters
Return values
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
When the IRDA parity is enabled (PCE = 1) the data received
contain the parity bit.
HAL_StatusTypeDef HAL_IRDA_DMAPause
(IRDA_HandleTypeDef * hirda)
Pauses the DMA Transfer.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
HAL: status
HAL_StatusTypeDef HAL_IRDA_DMAResume
(IRDA_HandleTypeDef * hirda)
Resumes the DMA Transfer.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
HAL: status
HAL_StatusTypeDef HAL_IRDA_DMAStop
(IRDA_HandleTypeDef * hirda)
Stops the DMA Transfer.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
HAL: status
HAL_StatusTypeDef HAL_IRDA_Abort (IRDA_HandleTypeDef
* hirda)
Abort ongoing transfers (blocking mode).
hirda: IRDA handle.
HAL: status
DocID028236 Rev 2
HAL IRDA Generic Driver
335/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?