[][src]Type Definition imxrt1062_enet::EIR

type EIR = Reg<u32, _EIR>;

Interrupt Event Register

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

For information about available fields see eir module

Trait Implementations

impl Readable for EIR[src]

read() method returns eir::R reader structure

impl ResetValue for EIR[src]

Register EIR reset()'s with value 0

type Type = u32

Register size

impl Writable for EIR[src]

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