Module rp2040_pac::ppb::nvic_icer

source ·
Expand description

Use the Interrupt Clear-Enable Registers to disable interrupts and determine which interrupts are currently enabled.

Structs§

  • Use the Interrupt Clear-Enable Registers to disable interrupts and determine which interrupts are currently enabled.

Type Aliases§

  • Field CLRENA reader - Interrupt clear-enable bits.
    Write:
    0 = No effect.
    1 = Disable interrupt.
    Read:
    0 = Interrupt disabled.
    1 = Interrupt enabled.
  • Field CLRENA writer - Interrupt clear-enable bits.
    Write:
    0 = No effect.
    1 = Disable interrupt.
    Read:
    0 = Interrupt disabled.
    1 = Interrupt enabled.
  • Register NVIC_ICER reader
  • Register NVIC_ICER writer