Searched refs:xStdioMutex (Results 1 – 1 of 1) sorted by relevance
37 SemaphoreHandle_t xStdioMutex; variable42 xStdioMutex = xSemaphoreCreateMutexStatic( &xStdioMutexBuffer ); in console_init()52 xSemaphoreTake( xStdioMutex, portMAX_DELAY ); in console_print()
Completed in 11 milliseconds