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

touchgfx::DMA_Queue::isEmpty() method

@fn virtual bool DMA_Queue::isEmpty() = 0; Query if this object is empty. Query if this object is empty.

Syntax

virtual bool isEmpty() = 0;

Return value

true if the queue is empty.

References

LocationReferrerScopeText
DMA.hpp:50
virtual bool isEmpty() = 0;
DMA.hpp:153touchgfx::LockFreeDMA_Queue::isEmpty()touchgfx::LockFreeDMA_Queue
virtual bool isEmpty();

Override Tree

Overridden methods
touchgfx::DMA_Queue::isEmpty()