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

NVIC_Type::ISER field

Offset: 0x000 (R/W) Interrupt Set Enable Register

Syntax

__IOM uint32_t ISER[8U];

References

LocationReferrerText
core_cm4.h:413
__IOM uint32_t ISER[8U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
core_cm4.h:1689__NVIC_EnableIRQ()
NVIC->ISER[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
core_cm4.h:1707__NVIC_GetEnableIRQ()
return((uint32_t)(((NVIC->ISER[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));

Data Use

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