HAL SMARTCARD Generic Driver
Return values
HAL_SMARTCARD_Receive
Function name
Function description
Parameters
Return values
HAL_SMARTCARD_Transmit_IT
Function name
Function description
Parameters
Return values
HAL_SMARTCARD_Receive_IT
Function name
Function description
Parameters
Return values
HAL_SMARTCARD_Transmit_DMA
Function name
Function description
538/1371
HAL: status
HAL_StatusTypeDef HAL_SMARTCARD_Receive
(SMARTCARD_HandleTypeDef * hsc, uint8_t * pData, uint16_t
Size, uint32_t Timeout)
Receive an amount of data in blocking mode.
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 received
Timeout: Timeout duration
HAL: status
HAL_StatusTypeDef HAL_SMARTCARD_Transmit_IT
(SMARTCARD_HandleTypeDef * hsc, uint8_t * pData, uint16_t
Size)
Send an amount of data in non blocking mode.
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
HAL: status
HAL_StatusTypeDef HAL_SMARTCARD_Receive_IT
(SMARTCARD_HandleTypeDef * hsc, uint8_t * pData, uint16_t
Size)
Receive an amount of data in non blocking mode.
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 received
HAL: status
HAL_StatusTypeDef HAL_SMARTCARD_Transmit_DMA
(SMARTCARD_HandleTypeDef * hsc, uint8_t * pData, uint16_t
Size)
Send an amount of data in non blocking mode.
DocID028236 Rev 2
UM1940
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?
Questions and answers