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

touchgfx::DMA_Interface::addToQueue() method

@fn virtual void DMA_Interface::addToQueue(const BlitOp& op); Inserts a BlitOp for processing. Inserts a BlitOp for processing. This also potentially starts the DMA controller, if not already running.

Syntax

virtual void addToQueue(const BlitOp& op);

Arguments

op

The operation to add.

References

LocationText
DMA.hpp:237
virtual void addToQueue(const BlitOp& op);