HAL
HAL_SMARTCARD_Transmit_IT() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SMARTCARD_Transmit_IT()

HAL_SMARTCARD_Transmit_IT() function

Send an amount of data in non blocking mode

Syntax

HAL_StatusTypeDef HAL_SMARTCARD_Transmit_IT(SMARTCARD_HandleTypeDef *hsc,     const uint8_t *pData,     uint16_t Size);
Implemented in stm32f4xx_hal_smartcard.c:874

Arguments

hsc

Pointer to a SMARTCARD_HandleTypeDef structure that contains the configuration information for SMARTCARD module.

pData

Pointer to data buffer

Size

Amount of data to be sent

Return value

HAL status