[][src]Type Definition xmc4400::eth0::INTERRUPT_MASK

type INTERRUPT_MASK = Reg<u32, _INTERRUPT_MASK>;

Interrupt Mask Register

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

For information about available fields see interrupt_mask module

Trait Implementations

impl Readable for INTERRUPT_MASK[src]

read() method returns interrupt_mask::R reader structure

impl ResetValue for INTERRUPT_MASK[src]

Register INTERRUPT_MASK reset()'s with value 0

type Type = u32

Register size

impl Writable for INTERRUPT_MASK[src]

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