touchgfx::HAL::taskDelay() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::HAL::taskDelay() method

@fn virtual void HAL::taskDelay(uint16_t ms) Delay GUI task execution by number of milliseconds This function requires the presence of a task delay function. If a task delay function has not been registered, it returns immediately. Otherwise it returns when number of milliseconds has passed. @see void registerTaskDelayFunction(void (*delayF)(uint16_t))

Syntax

virtual void taskDelay(uint16_t ms);

Arguments

ms

Number of milliseconds to wait.

References

LocationText
HAL.hpp:1084
virtual void taskDelay(uint16_t ms)

Call Tree

Functions called by touchgfx::HAL::taskDelay()
touchgfx::HAL::taskDelay()
all items filtered out
Data read by touchgfx::HAL::taskDelay()
touchgfx::HAL::taskDelay()