Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/log/
Dfsl_component_log.c93 SemaphoreHandle_t idleCount; member
346 (void)xSemaphoreGive(s_logContext.idleCount); in LOG_DumpInternal()
374 … s_logContext.idleCount = xSemaphoreCreateCounting(LOG_MAX_BUFF_LOG_COUNT, LOG_MAX_BUFF_LOG_COUNT); in LOG_Init()
375 if (NULL == s_logContext.idleCount) in LOG_Init()
478 (void)xSemaphoreTake(s_logContext.idleCount, (TickType_t)10); in LOG_AsyncPrintf()