HAL
HAL_SMARTCARD_AbortReceive() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_SMARTCARD_AbortReceive()

HAL_SMARTCARD_AbortReceive() function

Abort ongoing Receive transfer (blocking mode).

Arguments

hsc

SMARTCARD handle.

Return value

HAL status

Notes

This procedure could be used for aborting any ongoing transfer started in Interrupt or DMA mode. This procedure performs following operations : - Disable PPP Interrupts - Disable the DMA transfer in the peripheral register (if enabled) - Abort DMA transfer by calling HAL_DMA_Abort (in case of transfer in DMA mode) - Set handle State to READY This procedure is executed in blocking mode : when exiting function, Abort is considered as completed.

Call Tree

Functions called by HAL_SMARTCARD_AbortReceive()
HAL_SMARTCARD_AbortReceive()
all items filtered out
Type of HAL_SMARTCARD_AbortReceive()
HAL_SMARTCARD_AbortReceive()
all items filtered out