Searched refs:s_logReadSemaphore (Results 1 – 1 of 1) sorted by relevance
160 static SemaphoreHandle_t s_logReadSemaphore = NULL; variable166 static volatile bool s_logReadSemaphore = false; /* transferred event from ISR for bare-metal + int… variable261 LOG_CREATE_BINARY_SEMAPHORE(s_logReadSemaphore); in LOG_Init()410 LOG_TAKE_BINARY_SEMAPHORE_BLOCKING(s_logReadSemaphore); in LOG_ReadOneCharacter()544 LOG_GIVE_BINARY_SEMAPHORE_FROM_ISR(s_logReadSemaphore); in LOG_Transferred()
Completed in 5 milliseconds