pub struct W(_);
Expand description

Register SDIOCLKCTRL writer

Implementations

Bits 0:1 - Programmable delay value by which cclk_in_drv is phase-shifted with regard to cclk_in.

Bits 2:3 - Programmable delay value by which cclk_in_sample is delayed with regard to cclk_in.

Bit 7 - Enables the delays CCLK_DRV_PHASE and CCLK_SAMPLE_PHASE.

Bits 16:20 - Programmable delay value by which cclk_in_drv is delayed with regard to cclk_in.

Bit 23 - Enables drive delay, as controlled by the CCLK_DRV_DELAY field.

Bits 24:28 - Programmable delay value by which cclk_in_sample is delayed with regard to cclk_in.

Bit 31 - Enables sample delay, as controlled by the CCLK_SAMPLE_DELAY field.

Writes raw bits to the register.

Methods from Deref<Target = W<SDIOCLKCTRL_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

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.