Hal_Smartcard_Receive; Hal_Smartcard_Transmit_It; Hal_Smartcard_Receive_It; Hal_Smartcard_Transmit_Dma - ST STM32F2 User Manual

Description of stm32f2 hal and low layer drivers
Hide thumbs Also See for STM32F2:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the STM32F2 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents

Save PDF