Module rp2040_pac::ppb::nvic_ipr0

source ·
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_0 reader - Priority of interrupt 0
  • Field IP_0 writer - Priority of interrupt 0
  • Field IP_1 reader - Priority of interrupt 1
  • Field IP_1 writer - Priority of interrupt 1
  • Field IP_2 reader - Priority of interrupt 2
  • Field IP_2 writer - Priority of interrupt 2
  • Field IP_3 reader - Priority of interrupt 3
  • Field IP_3 writer - Priority of interrupt 3
  • Register NVIC_IPR0 reader
  • Register NVIC_IPR0 writer