Expand description
Use the Interrupt Priority Registers to assign a priority from 0 to 3 to each of the available interrupts. 0 is the highest priority, and 3 is the lowest.
Note: Writing 1 to an NVIC_ICPR bit does not affect the active state of the corresponding interrupt.
These registers are only word-accessible
Structs§
- Use the Interrupt Priority Registers to assign a priority from 0 to 3 to each of the available interrupts. 0 is the highest priority, and 3 is the lowest.
Note: Writing 1 to an NVIC_ICPR bit does not affect the active state of the corresponding interrupt.
These registers are only word-accessible
Type Aliases§
- Field
IP_0reader - Priority of interrupt 0 - Field
IP_0writer - Priority of interrupt 0 - Field
IP_1reader - Priority of interrupt 1 - Field
IP_1writer - Priority of interrupt 1 - Field
IP_2reader - Priority of interrupt 2 - Field
IP_2writer - Priority of interrupt 2 - Field
IP_3reader - Priority of interrupt 3 - Field
IP_3writer - Priority of interrupt 3 - Register
NVIC_IPR0reader - Register
NVIC_IPR0writer