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

type NVIC_ICPR = Reg<u32, _NVIC_ICPR>;

Interrupt Clear-pending Register

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

For information about avaliable fields see nvic_icpr module

Trait Implementations

impl Readable for NVIC_ICPR[src]

read() method returns nvic_icpr::R reader structure

impl ResetValue for NVIC_ICPR[src]

Register NVIC_ICPR reset()'s with value 0

type Type = u32

Register size

impl Writable for NVIC_ICPR[src]

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