Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/log/
Dfsl_component_log.c90 log_string_node_t *idle; member
343 busy->next = s_logContext.idle; in LOG_DumpInternal()
344 s_logContext.idle = busy; in LOG_DumpInternal()
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()
456 if (NULL != s_logContext.idle) in LOG_AsyncPrintf()
458 node = s_logContext.idle; in LOG_AsyncPrintf()
459 s_logContext.idle = s_logContext.idle->next; in LOG_AsyncPrintf()
480 if (NULL != s_logContext.idle) in LOG_AsyncPrintf()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c433 uint32_t idle; in SEMC_ConfigureSDRAM() local
454 idle = config->tIdleTimeout_Ns / config->tPrescalePeriod_Ns; in SEMC_ConfigureSDRAM()
507 …EMC_SDRAMCR2_ACT2ACT(SEMC_ConvertTiming(config->tAct2Act_Ns, clkSrc_Hz)) | SEMC_SDRAMCR2_ITO(idle); in SEMC_ConfigureSDRAM()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h296 osRtxThread_t *idle; ///< Idle Thread member