Type Alias rp2040_pac::ppb::NVIC_IPR0

source ·
pub type NVIC_IPR0 = Reg<NVIC_IPR0_SPEC>;
Expand description

NVIC_IPR0 (rw) register accessor: 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

You can read this register and get nvic_ipr0::R. You can reset, write, write_with_zero this register using nvic_ipr0::W. You can also modify this register. See API.

For information about available fields see nvic_ipr0 module

Aliased Type§

struct NVIC_IPR0 { /* private fields */ }