pub struct W(_);
Expand description

Register MACPFR writer

Implementations

Bit 0 - Promiscuous Mode

Bit 1 - Hash Unicast

Bit 2 - Hash Multicast

Bit 3 - DA Inverse Filtering

Bit 4 - Pass All Multicast

Bit 5 - Disable Broadcast Packets

Bits 6:7 - Pass Control Packets

Bit 8 - SA Inverse Filtering

Bit 9 - Source Address Filter Enable

Bit 10 - Hash or Perfect Filter

Bit 16 - VLAN Tag Filter Enable

Bit 20 - Layer 3 and Layer 4 Filter Enable

Bit 21 - Drop Non-TCP/UDP over IP Packets

Bit 31 - Receive All

Writes raw bits to the register.

Methods from Deref<Target = W<MACPFR_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.