[][src]Type Definition xmc1100::ppb::NVIC_IPR1

type NVIC_IPR1 = Reg<u32, _NVIC_IPR1>;

Interrupt Priority Register 1

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

For information about avaliable fields see nvic_ipr1 module

Trait Implementations

impl Readable for NVIC_IPR1[src]

read() method returns nvic_ipr1::R reader structure

impl ResetValue for NVIC_IPR1[src]

Register NVIC_IPR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for NVIC_IPR1[src]

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