mutexTWO_TICK_DELAY is only used within FreeRTOS_Mutexes.
 
Symbols
loading...
Files
loading...

mutexTWO_TICK_DELAY macro

Syntax

#define mutexTWO_TICK_DELAY ((uint32_t) 2)

References

LocationText
main.c:28
#define mutexTWO_TICK_DELAY ((uint32_t) 2)
main.c:122
if(osMutexWait(osMutex, mutexTWO_TICK_DELAY) != osOK)