touchgfx::HAL::taskDelayFunc is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::HAL::taskDelayFunc field

Syntax

void(*taskDelayFunc)(uint16_t);

References

LocationReferrerScopeText
HAL.hpp:1236
void(*taskDelayFunc)(uint16_t); ///< Pointer to a function that can delay GUI task for a number of milliseconds.
HAL.hpp:64touchgfx::HAL::HAL()touchgfx::HAL
taskDelayFunc(0),
HAL.hpp:1024touchgfx::HAL::setFrameRefreshStrategy()touchgfx::HAL
if (taskDelayFunc != 0 && getTFTCurrentLine() != 0xFFFF && !HAL::USE_DOUBLE_BUFFERING)
HAL.hpp:1068touchgfx::HAL::registerTaskDelayFunction()touchgfx::HAL
taskDelayFunc = delayF;
HAL.hpp:1086touchgfx::HAL::taskDelay()touchgfx::HAL
if (taskDelayFunc)
HAL.hpp:1088touchgfx::HAL::taskDelay()touchgfx::HAL
taskDelayFunc(ms);

Call Tree

Functions calling touchgfx::HAL::taskDelayFunc
all items filtered out
touchgfx::HAL::taskDelayFunc
Functions writing touchgfx::HAL::taskDelayFunc
Functions reading touchgfx::HAL::taskDelayFunc
touchgfx::HAL::taskDelayFunc