[][src]Type Definition rp2040::ppb::NVIC_IPR6

type NVIC_IPR6 = Reg<u32, _NVIC_IPR6>;

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_ipr6 module

Trait Implementations

impl Readable for NVIC_IPR6[src]

read() method returns nvic_ipr6::R reader structure

impl ResetValue for NVIC_IPR6[src]

Register NVIC_IPR6 reset()'s with value 0

type Type = u32

Register size

impl Writable for NVIC_IPR6[src]

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