Home
last modified time | relevance | path

Searched refs:ICPENDR (Results 1 - 1 of 1) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h769 __IOM uint32_t ICPENDR[32]; /*!< \brief Offset: 0x280 (R/W) Interrupt Clear-Pending Registers */ member
1611 /** \brief Clears the given interrupt from being pending using GIC's ICPENDR register.
1617 GICDistributor->ICPENDR[IRQn / 32U] = 1U << (IRQn % 32U); in GIC_ClearPendingIRQ()

Completed in 6 milliseconds