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

touchgfx::DMA_Interface::getAllowed() const method

@fn bool DMA_Interface::getAllowed() const Gets whether a DMA operation is allowed to begin. Gets whether a DMA operation is allowed to begin. Used in single-buffering to avoid changing the frame buffer while display is being updated.

Syntax

bool getAllowed() const;

Return value

true if DMA is allowed to start, false if not.

References

LocationText
DMA.hpp:301
bool getAllowed() const

Data Use

Data read by touchgfx::DMA_Interface::getAllowed() const
touchgfx::DMA_Interface::getAllowed() const