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

HAL_SAI_Receive() function

Receive an amount of data in blocking mode.

Syntax

HAL_StatusTypeDef HAL_SAI_Receive(SAI_HandleTypeDef *hsai,     uint8_t *pData,     uint16_t Size,     uint32_t Timeout);
Implemented in stm32f4xx_hal_sai.c:975

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

Timeout

Timeout duration

Return value

HAL status

References

LocationText
stm32f4xx_hal_sai.c:975
HAL_StatusTypeDef HAL_SAI_Receive(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size, uint32_t Timeout)
stm32f4xx_hal_sai.h:714
HAL_StatusTypeDef HAL_SAI_Receive(SAI_HandleTypeDef *hsai, uint8_t *pData, uint16_t Size, uint32_t Timeout);