Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/log/
Dfsl_component_log.c91 log_string_node_t *pend; member
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()
467 node = s_logContext.pend; in LOG_AsyncPrintf()
468 if (NULL != s_logContext.pend) in LOG_AsyncPrintf()
470 s_logContext.pend = s_logContext.pend->next; in LOG_AsyncPrintf()
506 if (NULL != s_logContext.pend) in LOG_AsyncPrintf()
508 p = s_logContext.pend; in LOG_AsyncPrintf()
517 s_logContext.pend = node; in LOG_AsyncPrintf()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dgic_v3.h434 uint32_t pend; in GIC_GetPendingIRQ() local
437 pend = (GICDistributor->ISPENDR[IRQn / 32U] >> (IRQn % 32U)) & 1UL; in GIC_GetPendingIRQ()
440 pend = (GICDistributor->SPENDSGIR[IRQn / 4U] >> ((IRQn % 4U) * 8U)) & 0xFFUL; in GIC_GetPendingIRQ()
442 if (pend != 0U) { in GIC_GetPendingIRQ()
443 pend = 1U; in GIC_GetPendingIRQ()
445 pend = 0U; in GIC_GetPendingIRQ()
449 return (pend); in GIC_GetPendingIRQ()