pub struct W(_);
Expand description

Register NCFGR writer

Implementations

Bit 0 - Speed

Bit 1 - Full Duplex

Bit 2 - Discard Non-VLAN FRAMES

Bit 3 - Jumbo Frame Size

Bit 4 - Copy All Frames

Bit 5 - No Broadcast

Bit 6 - Multicast Hash Enable

Bit 7 - Unicast Hash Enable

Bit 8 - 1536 Maximum Frame Size

Bit 12 - Retry Test

Bit 13 - Pause Enable

Bits 14:15 - Receive Buffer Offset

Bit 16 - Length Field Error Frame Discard

Bit 17 - Remove FCS

Bits 18:20 - MDC CLock Division

Bits 21:22 - Data Bus Width

Bit 23 - Disable Copy of Pause Frames

Bit 24 - Receive Checksum Offload Enable

Bit 25 - Enable Frames Received in Half Duplex

Bit 26 - Ignore RX FCS

Bit 28 - IP Stretch Enable

Bit 29 - Receive Bad Preamble

Bit 30 - Ignore IPG GRXER

Writes raw bits to the register.

Methods from Deref<Target = W<NCFGR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.