SPI_TransferError_Callback() is only used within USART_SyncCommunication_FullDuplex_DMA.
 
Symbols
loading...
Files
loading...

SPI_TransferError_Callback() function

Function called in case of error detected in SPI IT Handler

Syntax

void SPI_TransferError_Callback(void);
Implemented in main.c:742

Return value

None

References

LocationReferrerText
main.c:742
void SPI_TransferError_Callback(void)
main.h:80
void SPI_TransferError_Callback(void);
stm32f4xx_it.c:223DMA2_Stream3_IRQHandler()
SPI_TransferError_Callback();
stm32f4xx_it.c:243DMA2_Stream2_IRQHandler()
SPI_TransferError_Callback();

Call Tree

Functions calling SPI_TransferError_Callback()
Functions called by SPI_TransferError_Callback()
SPI_TransferError_Callback()