TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::DMA_Interface::signalDMAInterrupt() 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::signalDMAInterrupt()

touchgfx::DMA_Interface::signalDMAInterrupt() method

@fn virtual void DMA_Interface::signalDMAInterrupt() = 0; This function is called automatically by the framework when a DMA interrupt has been received. This function is called automatically by the framework when a DMA interrupt has been received.

Syntax

virtual void signalDMAInterrupt() = 0;

Examples

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

References

LocationReferrerScopeText
DMA.hpp:324
virtual void signalDMAInterrupt() = 0;
HAL.hpp:165touchgfx::HAL::signalDMAInterrupt()touchgfx::HAL
dma.signalDMAInterrupt();

Call Tree

Functions calling touchgfx::DMA_Interface::signalDMAInterrupt()
touchgfx::DMA_Interface::signalDMAInterrupt()