pub struct R(_);
Expand description

Register MACTSCR reader

Implementations

Bit 0 - Enable Timestamp

Bit 1 - Fine or Coarse Timestamp Update

Bit 2 - Initialize Timestamp

Bit 3 - Update Timestamp

Bit 5 - Update Addend Register

Bit 8 - Enable Timestamp for All Packets

Bit 9 - Timestamp Digital or Binary Rollover Control

Bit 10 - Enable PTP Packet Processing for Version 2 Format

Bit 11 - Enable Processing of PTP over Ethernet Packets

Bit 12 - Enable Processing of PTP Packets Sent over IPv6-UDP

Bit 13 - Enable Processing of PTP Packets Sent over IPv4-UDP

Bit 14 - Enable Timestamp Snapshot for Event Messages

Bit 15 - Enable Snapshot for Messages Relevant to Master

Bits 16:17 - Select PTP packets for Taking Snapshots

Bit 18 - Enable MAC Address for PTP Packet Filtering

Bit 19 - Enable checksum correction during OST for PTP over UDP/IPv4 packets

Bit 24 - Transmit Timestamp Status Mode

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