TransferError() is only used within DMA2D_MemoryToMemory.
 
Symbols
loading...
Files
loading...

TransferError() function

DMA2D error callbacks

Syntax

static void TransferError(DMA2D_HandleTypeDef* dma2dHandle);
Implemented in main.c:289

Arguments

dma2dHandle

Return value

None

Notes

This example shows a simple way to report DMA2D transfer error, and you can add your own implementation.

References

LocationReferrerText
main.c:289
static void TransferError(DMA2D_HandleTypeDef *hdma2d)
main.c:75
static void TransferError(DMA2D_HandleTypeDef* dma2dHandle);
main.c:117main()

Call Tree

Functions called by TransferError()
TransferError()
all items filtered out
Data read by TransferError()
Data written by TransferError()
all items filtered out
TransferError()
all items filtered out
Implementations
TransferError()