FreeRTOS + 0/1 examples
SourceVu will show references to xPortEnterCriticalTimeout() from the following samples and libraries:
 
Symbols
loading (2/3)...
Files
loading (2/3)...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

pdPASS Critical section entered (spinlock taken) pdFAIL If timed out waiting for spinlock (will not occur if using portMUX_NO_TIMEOUT)

Notes

This function is made non-inline on purpose to reduce code size