Searched refs:pending (Results 1 – 3 of 3) sorted by relevance
571 uint32_t pending, active; in GIC_GetIRQStatus() local574 pending = ((GICDistributor->ISPENDR[IRQn / 32U]) >> (IRQn % 32U)) & 1UL; in GIC_GetIRQStatus()576 return ((active<<1U) | pending); in GIC_GetIRQStatus()
17 …- Clear the pending FR_Swap during initialization to prevent the FR_Swap from affecting the later …
54 - eRPC: Fix NULL check for pending client creation, GitHub PR #341.