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

touchgfx::DMA_Interface::setAllowed() method

@fn void DMA_Interface::setAllowed(bool allowed) Sets whether or not a DMA operation is allowed to begin. Sets whether or not a DMA operation is allowed to begin. Used in single-buffering to avoid changing the frame buffer while display is being updated.

Syntax

void setAllowed(bool allowed);

Arguments

allowed

true if DMA transfers are allowed.

References

LocationText
DMA.hpp:286
void setAllowed(bool allowed)

Data Use

Data read by touchgfx::DMA_Interface::setAllowed()
Data written by touchgfx::DMA_Interface::setAllowed()
touchgfx::DMA_Interface::setAllowed()