TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::DMA_Interface::setupDataFill() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::DMA_Interface::setupDataFill()

touchgfx::DMA_Interface::setupDataFill() method

@fn virtual void DMA_Interface::setupDataFill(const BlitOp& blitOp) = 0; Configures blit-op hardware for a 2D fill as specified by blitOp. Configures blit-op hardware for a 2D fill as specified by blitOp.

Syntax

virtual void setupDataFill(const BlitOp& blitOp) = 0;

Arguments

blitOp

The operation to execute.

Examples

touchgfx::DMA_Interface::setupDataFill() is referenced by 4 libraries and example projects.

References

LocationText
DMA.hpp:425
virtual void setupDataFill(const BlitOp& blitOp) = 0;