Struct esp32::spi0::dma_in_link::R

source ·
pub struct R(_);
Expand description

Register DMA_IN_LINK reader

Implementations§

Bits 0:19 - The address of the first inlink descriptor.

Bit 20 - when the bit is set inlink descriptor returns to the next descriptor while a packet is wrong

Bit 28 - Set the bit to stop to use inlink descriptor.

Bit 29 - Set the bit to start to use inlink descriptor.

Bit 30 - Set the bit to mount on new inlink descriptors.

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.