pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

Value of the register as raw bits

Bits 25:26 - Low-Power RX low-pass Filtering Tuning

Bit 22 - Forces LP Receiver in Low-Power Mode

Bits 18:19 - High-Speed Transmission Slew Rate Control on Data Lanes

Bits 16:17 - High-Speed Transmission Slew Rate Control on Clock Lane

Bit 12 - SDD Control

Bits 8:9 - Low-Power transmission Slew Rate Compensation on Data Lanes

Bits 6:7 - Low-Power transmission Slew Rate Compensation on Clock Lane

Bits 2:3 - High-Speed Transmission Delay on Data Lanes

Bits 0:1 - High-Speed Transmission Delay on Clock Lane

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.

Should always be Self
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.