pub struct W(_);
Expand description

Register IER writer

Implementations

Bit 0 - Management Frame Sent

Bit 1 - Receive Complete

Bit 2 - RX Used Bit Read

Bit 3 - TX Used Bit Read

Bit 4 - Transmit Underrun

Bit 5 - Retry Limit Exceeded or Late Collision

Bit 6 - Transmit Frame Corruption Due to AHB Error

Bit 7 - Transmit Complete

Bit 10 - Receive Overrun

Bit 11 - HRESP Not OK

Bit 12 - Pause Frame with Non-zero Pause Quantum Received

Bit 13 - Pause Time Zero

Bit 14 - Pause Frame Transmitted

Bit 15 - External Interrupt

Bit 18 - PTP Delay Request Frame Received

Bit 19 - PTP Sync Frame Received

Bit 20 - PTP Delay Request Frame Transmitted

Bit 21 - PTP Sync Frame Transmitted

Bit 22 - PDelay Request Frame Received

Bit 23 - PDelay Response Frame Received

Bit 24 - PDelay Request Frame Transmitted

Bit 25 - PDelay Response Frame Transmitted

Bit 26 - TSU Seconds Register Increment

Bit 27 - Enable RX LPI Indication

Bit 28 - Wake On LAN

Bit 29 - TSU Timer Comparison

Writes raw bits to the register.

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