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

type NVIC_ICER = Reg<u32, _NVIC_ICER>;

IInterrupt Clear-enable Register

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

For information about avaliable fields see nvic_icer module

Trait Implementations

impl Readable for NVIC_ICER[src]

read() method returns nvic_icer::R reader structure

impl ResetValue for NVIC_ICER[src]

Register NVIC_ICER reset()'s with value 0

type Type = u32

Register size

impl Writable for NVIC_ICER[src]

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