Struct esp32s3_hal::pac::spi1::user::R

pub struct R(_);
Expand description

Register USER reader

Implementations§

Bit 9 - This bit, combined with SPI_MEM_CK_IDLE_EDGE bit, is used to change the clock mode 0~3 of SPI_CLK.

Bit 12 - Set this bit to enable 2-bm in DOUT phase in SPI1 write operation.

Bit 13 - Set this bit to enable 4-bm in DOUT phase in SPI1 write operation.

Bit 14 - Set this bit to enable 2-bm in ADDR and DOUT phase in SPI1 write operation.

Bit 15 - Set this bit to enable 4-bit-mode(4-bm) in ADDR and DOUT phase in SPI1 write operation.

Bit 24 - DIN phase only access to high-part of the buffer SPI_MEM_W8_REG~SPI_MEM_W15_REG. 1: enable 0: disable.

Bit 25 - DOUT phase only access to high-part of the buffer SPI_MEM_W8_REG~SPI_MEM_W15_REG. 1: enable 0: disable.

Bit 26 - SPI_CLK is disabled(No clock edges) in DUMMY phase when the bit is enable.

Bit 27 - Set this bit to enable the DOUT phase of an write-data operation.

Bit 28 - Set this bit to enable enable the DIN phase of a read-data operation.

Bit 29 - Set this bit to enable enable the DUMMY phase of an operation.

Bit 30 - Set this bit to enable enable the ADDR phase of an operation.

Bit 31 - Set this bit to enable enable the CMD phase of an operation.

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