Type Definition rp2040_pac::ppb::NVIC_IPR3[][src]

type NVIC_IPR3 = Reg<u32, _NVIC_IPR3>;
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.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see nvic_ipr3 module

Trait Implementations

Register NVIC_IPR3 reset()’s with value 0

Register size

Reset value of the register

read() method returns nvic_ipr3::R reader structure

write(|w| ..) method takes nvic_ipr3::W writer structure