[][src]Type Definition imxrt1062_enet::EIMR

type EIMR = Reg<u32, _EIMR>;

Interrupt Mask Register

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

For information about available fields see eimr module

Trait Implementations

impl Readable for EIMR[src]

read() method returns eimr::R reader structure

impl ResetValue for EIMR[src]

Register EIMR reset()'s with value 0

type Type = u32

Register size

impl Writable for EIMR[src]

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