pub struct R(_);
Expand description

Register MACVTR reader

Implementations

Bits 0:15 - VLAN Tag Identifier for Receive Packets

Bit 16 - Enable 12-Bit VLAN Tag Comparison

Bit 17 - VLAN Tag Inverse Match Enable

Bit 18 - Enable S-VLAN

Bit 19 - Enable Receive S-VLAN Match

Bit 20 - Disable VLAN Type Check

Bits 21:22 - Enable VLAN Tag Stripping on Receive

Bit 24 - Enable VLAN Tag in Rx status

Bit 25 - VLAN Tag Hash Table Match Enable

Bit 26 - Enable Double VLAN Processing

Bit 27 - Enable Inner VLAN Tag

Bits 28:29 - Enable Inner VLAN Tag Stripping on Receive

Bit 31 - Enable Inner VLAN Tag in Rx Status

Methods from Deref<Target = R<MACVTR_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.