Home
last modified time | relevance | path

Searched refs:s_debugConsoleReadSemaphore (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/debug_console/
Dfsl_debug_console.c88 static SemaphoreHandle_t s_debugConsoleReadSemaphore; variable
642 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()
652 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()
689 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()
708 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_ReadCharacter()
725 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadCharacter()
883 …DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore, &s_debugConsoleReadSemaphoreStat… in DbgConsole_Init()
885 DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_Init()
990 DEBUG_CONSOLE_DESTROY_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_Deinit()
1149 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_TryGetchar()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/
Dfsl_debug_console.c88 static SemaphoreHandle_t s_debugConsoleReadSemaphore; variable
643 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()
653 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()
690 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadLine()
709 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_ReadCharacter()
726 DEBUG_CONSOLE_GIVE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_ReadCharacter()
892 …DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore, &s_debugConsoleReadSemaphoreStat… in DbgConsole_Init()
894 DEBUG_CONSOLE_CREATE_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_Init()
999 DEBUG_CONSOLE_DESTROY_MUTEX_SEMAPHORE(s_debugConsoleReadSemaphore); in DbgConsole_Deinit()
1158 DEBUG_CONSOLE_TAKE_MUTEX_SEMAPHORE_BLOCKING(s_debugConsoleReadSemaphore); in DbgConsole_TryGetchar()
[all …]