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

mutexNO_DELAY macro

Syntax

#define mutexNO_DELAY ((uint32_t) 0)

References

LocationText
main.c:27
#define mutexNO_DELAY ((uint32_t) 0)
main.c:230
if(osMutexWait(osMutex, mutexNO_DELAY) == osOK)