NVIC_Type::ICPR is only used within CMSIS.
 
Symbols
loading...
Files
loading...

NVIC_Type::ICPR field

Offset: 0x180 (R/W) Interrupt Clear Pending Register

Syntax

__IOM uint32_t ICPR[8U];

References

LocationReferrerText
core_cm4.h:419
__IOM uint32_t ICPR[8U]; /*!< Offset: 0x180 (R/W) Interrupt Clear Pending Register */
core_cm4.h:1779__NVIC_ClearPendingIRQ()
NVIC->ICPR[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));

Data Use

Functions reading NVIC_Type::ICPR
NVIC_Type::ICPR
all items filtered out
Type of NVIC_Type::ICPR
NVIC_Type::ICPR
uint32_t
all items filtered out