pub struct R(_);
Expand description

Register MACCR reader

Implementations

Bit 0 - Receiver Enable

Bit 1 - Transmitter Enable

Bits 2:3 - Preamble Length for Transmit Packets

Bit 4 - Deferral Check

Bits 5:6 - Back-Off Limit

Bit 8 - Disable Retry

Bit 9 - Disable Carrier Sense During Transmission

Bit 10 - Disable Receive Own

Bit 11 - Enable Carrier Sense Before Transmission in Full-Duplex Mode

Bit 12 - Loopback Mode

Bit 13 - Duplex Mode

Bit 14 - MAC Speed

Bit 16 - Jumbo Packet Enable

Bit 17 - Jabber Disable

Bit 19 - Watchdog Disable

Bit 20 - Automatic Pad or CRC Stripping

Bit 21 - CRC stripping for Type packets

Bit 22 - IEEE 802.3as Support for 2K Packets

Bit 23 - Giant Packet Size Limit Control Enable

Bits 24:26 - Inter-Packet Gap

Bit 27 - Checksum Offload

Bits 28:30 - Source Address Insertion or Replacement Control

Bit 31 - ARP Offload Enable

Methods from Deref<Target = R<MACCR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.