touchgfx::DMA_Interface::seedExecution() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::DMA_Interface::seedExecution()

touchgfx::DMA_Interface::seedExecution() method

@fn virtual void DMA_Interface::seedExecution(); Called when elements are added to the DMA-queue. Called when elements are added to the DMA-queue.

Syntax

virtual void seedExecution();

Notes

The frame buffer must be locked before this method returns if the DMA-queue is non- empty.

References

LocationText
DMA.hpp:403
virtual void seedExecution();