Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/log/
Dfsl_component_log.c89 log_string_node_t stringNode[LOG_MAX_BUFF_LOG_COUNT]; member
367 s_logContext.idle = &s_logContext.stringNode[0]; in LOG_Init()
370 s_logContext.stringNode[i].next = s_logContext.idle; in LOG_Init()
371 s_logContext.idle = &s_logContext.stringNode[i]; in LOG_Init()