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

HAL_SAI_Transmit_IT() function

Transmit an amount of data in non-blocking mode with Interrupt.

Syntax

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

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 sent

Return value

HAL status