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

touchgfx::HAL::configureInterrupts() method

@fn virtual void HAL::configureInterrupts() = 0; Configures the interrupts relevant for TouchGFX. Configures the interrupts relevant for TouchGFX. This primarily entails setting the interrupt priorities for the DMA and LCD interrupts.

Syntax

virtual void configureInterrupts() = 0;

Examples

touchgfx::HAL::configureInterrupts() is referenced by 4 libraries and example projects.

References

LocationText
HAL.hpp:637
virtual void configureInterrupts() = 0;