Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dgic_v3.h125 …__IOM uint32_t ISPENDR[32]; /*!< \brief Offset: 0x200 (R/W) Interrupt Set-Pending Regist… member
437 pend = (GICDistributor->ISPENDR[IRQn / 32U] >> (IRQn % 32U)) & 1UL; in GIC_GetPendingIRQ()
458 GICDistributor->ISPENDR[IRQn / 32U] = 1U << (IRQn % 32U); in GIC_SetPendingIRQ()
574 pending = ((GICDistributor->ISPENDR[IRQn / 32U]) >> (IRQn % 32U)) & 1UL; in GIC_GetIRQStatus()
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/header/
DS32Z2_GIC.h313 volatile uint32 ISPENDR[31]; /* +0x0200 - RW - Interrupt Set-Pending Registers */ member