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

touchgfx::DMA_Interface::isRunning field

Syntax

bool isRunning;

References

LocationReferrerScopeText
DMA.hpp:471
bool isRunning; ///< true if a DMA transfer is currently ongoing.
DMA.hpp:273touchgfx::DMA_Interface::isDMARunning()touchgfx::DMA_Interface
return isRunning;
DMA.hpp:371touchgfx::DMA_Interface::DMA_Interface()touchgfx::DMA_Interface
: queue(dmaQueue), isRunning(false), isAllowed(false)

Data Use

Functions reading touchgfx::DMA_Interface::isRunning
touchgfx::DMA_Interface::isRunning