[][src]Type Definition lpc55s6x_pac::sdif::INTMASK

type INTMASK = Reg<u32, _INTMASK>;

Interrupt Mask register

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

For information about available fields see intmask module

Trait Implementations

impl Readable for INTMASK[src]

read() method returns intmask::R reader structure

impl ResetValue for INTMASK[src]

Register INTMASK reset()'s with value 0

type Type = u32

Register size

impl Writable for INTMASK[src]

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