[][src]Type Definition imxrt1062_enet::MSCR

type MSCR = Reg<u32, _MSCR>;

MII Speed Control Register

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

For information about available fields see mscr module

Trait Implementations

impl Readable for MSCR[src]

read() method returns mscr::R reader structure

impl ResetValue for MSCR[src]

Register MSCR reset()'s with value 0

type Type = u32

Register size

impl Writable for MSCR[src]

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