HAL
HAL_SAI_Receive_DMA() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_SAI_Receive_DMA() function

Receive an amount of data in non-blocking mode with DMA.

Syntax

HAL_StatusTypeDef HAL_SAI_Receive_DMA(SAI_HandleTypeDef *hsai,     uint8_t *pData,     uint16_t Size);
Implemented in stm32f4xx_hal_sai.c:1454

Arguments

hsai

pointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module.

pData

Pointer to data buffer

Size

Amount of data to be received

Return value

HAL status

References

LocationText
stm32f4xx_hal_sai.c:1454
HAL_StatusTypeDef HAL_SAI_Receive_DMA(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size)
stm32f4xx_hal_sai.h:722
HAL_StatusTypeDef HAL_SAI_Receive_DMA(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size);