[][src]Type Definition imxrt1062_enet::RDSR

type RDSR = Reg<u32, _RDSR>;

Receive Descriptor Ring Start Register

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

For information about available fields see rdsr module

Trait Implementations

impl Readable for RDSR[src]

read() method returns rdsr::R reader structure

impl ResetValue for RDSR[src]

Register RDSR reset()'s with value 0

type Type = u32

Register size

impl Writable for RDSR[src]

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