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

NVIC_Type::ICER field

Offset: 0x080 (R/W) Interrupt Clear Enable Register

Syntax

__IOM uint32_t ICER[8U];

References

LocationReferrerText
core_cm4.h:415
__IOM uint32_t ICER[8U]; /*!< Offset: 0x080 (R/W) Interrupt Clear Enable Register */
core_cm4.h:1726__NVIC_DisableIRQ()
NVIC->ICER[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));

Data Use

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