Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c93 static SemaphoreHandle_t s_debugConsoleReadWaitSemaphore; variable
102 static volatile bool s_debugConsoleReadWaitSemaphore; variable
413 DEBUG_CONSOLE_GIVE_BINARY_SEMAPHORE_FROM_ISR(s_debugConsoleReadWaitSemaphore); in DbgConsole_SerialManagerRxCallback()
449 DEBUG_CONSOLE_TAKE_BINARY_SEMAPHORE_BLOCKING(s_debugConsoleReadWaitSemaphore); in DbgConsole_ReadOneCharacter()
890 …DEBUG_CONSOLE_CREATE_BINARY_SEMAPHORE(s_debugConsoleReadWaitSemaphore, &s_debugConsoleReadWaitSema… in DbgConsole_Init()
892 DEBUG_CONSOLE_CREATE_BINARY_SEMAPHORE(s_debugConsoleReadWaitSemaphore); in DbgConsole_Init()
987 DEBUG_CONSOLE_DESTROY_BINARY_SEMAPHORE(s_debugConsoleReadWaitSemaphore); in DbgConsole_Deinit()