Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dgic_v3.h571 uint32_t pending, active; in GIC_GetIRQStatus() local
574 pending = ((GICDistributor->ISPENDR[IRQn / 32U]) >> (IRQn % 32U)) & 1UL; in GIC_GetIRQStatus()
576 return ((active<<1U) | pending); in GIC_GetIRQStatus()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/
DChangeLogKSDK.txt17 …- Clear the pending FR_Swap during initialization to prevent the FR_Swap from affecting the later …
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
DChangeLogKSDK.txt54 - eRPC: Fix NULL check for pending client creation, GitHub PR #341.