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

touchgfx::HAL::taskEntry() method

@fn virtual void HAL::taskEntry(); Main event loop. Main event loop. Will wait for VSYNC signal, and then process next frame. Call this function from your GUI task.

Syntax

virtual void taskEntry();

Notes

This function never returns!

Examples

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

References

LocationText
HAL.hpp:187
virtual void taskEntry();