[][src]Type Definition imxrt1062_enet::RCR

type RCR = Reg<u32, _RCR>;

Receive Control Register

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

For information about available fields see rcr module

Trait Implementations

impl Readable for RCR[src]

read() method returns rcr::R reader structure

impl ResetValue for RCR[src]

Register RCR reset()'s with value 0x05ee_0001

type Type = u32

Register size

impl Writable for RCR[src]

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