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

touchgfx::DMA_Queue::pushCopyOf() method

@fn virtual void DMA_Queue::pushCopyOf(const BlitOp& op) = 0; Adds the specified blitop to the queue. Adds the specified blitop to the queue.

Syntax

virtual void pushCopyOf(const BlitOp& op) = 0;

Arguments

op

The blitop to add.

References

LocationReferrerScopeText
DMA.hpp:72
virtual void pushCopyOf(const BlitOp& op) = 0;
DMA.hpp:175touchgfx::LockFreeDMA_Queue::pushCopyOf()touchgfx::LockFreeDMA_Queue
virtual void pushCopyOf(const BlitOp& op);

Override Tree

Overridden methods
touchgfx::DMA_Queue::pushCopyOf()