Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/log/
Dfsl_component_log.c155 static log_context_t s_logContext; variable
171 log_backend_t *backend = s_logContext.backend; in log_output_low_level()
243 busy = s_logContext.pend; in LOG_DumpInternal()
244 if (NULL != s_logContext.pend) in LOG_DumpInternal()
246 s_logContext.pend = s_logContext.pend->next; in LOG_DumpInternal()
343 busy->next = s_logContext.idle; in LOG_DumpInternal()
344 s_logContext.idle = busy; in LOG_DumpInternal()
346 (void)xSemaphoreGive(s_logContext.idleCount); in LOG_DumpInternal()
360 if (0U != s_logContext.initialized) in LOG_Init()
365 (void)memset(&s_logContext, 0, sizeof(s_logContext)); in LOG_Init()
[all …]