Struct esp32_hal::pac::sdmmc::clk_edge_sel::R

pub struct R(_);
Expand description

Register CLK_EDGE_SEL reader

Implementations§

Bits 0:2 - It’s used to select the clock phase of the output signal from phase 0, phase 90, phase 180, phase 270.

Bits 3:5 - It’s used to select the clock phase of the input signal from phase 0, phase 90, phase 180, phase 270.

Bits 6:8 - It’s used to select the clock phase of the internal signal from phase 0, phase 90, phase 180, phase 270.

Bits 9:12 - The high level of the divider clock. The value should be smaller than CCLKIN_EDGE_L.

Bits 13:16 - The low level of the divider clock. The value should be larger than CCLKIN_EDGE_H.

Bits 17:20 - The value should be equal to CCLKIN_EDGE_L.

Bit 21 - Enable esdio mode.

Bit 22 - Enable esd mode.

Bit 23 - Sdio clock enable

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