Struct esp32c2_hal::pac::spi1::user::R

pub struct R(_);
Expand description

Register USER reader

Implementations§

Bit 9 - the bit combined with spi_mem_mosi_delay_mode bits to set mosi signal delay mode.

Bit 12 - In the write operations read-data phase apply 2 signals

Bit 13 - In the write operations read-data phase apply 4 signals

Bit 14 - In the write operations address phase and read-data phase apply 2 signals.

Bit 15 - In the write operations address phase and read-data phase apply 4 signals.

Bit 24 - read-data phase only access to high-part of the buffer spi_mem_w8~spi_mem_w15. 1: enable 0: disable.

Bit 25 - write-data phase only access to high-part of the buffer spi_mem_w8~spi_mem_w15. 1: enable 0: disable.

Bit 26 - SPI clock is disable in dummy phase when the bit is enable.

Bit 27 - This bit enable the write-data phase of an operation.

Bit 28 - This bit enable the read-data phase of an operation.

Bit 29 - This bit enable the dummy phase of an operation.

Bit 30 - This bit enable the address phase of an operation.

Bit 31 - This bit enable the command 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.