Struct esp32s2::i2s::lc_conf::R

source ·
pub struct R(_);
Expand description

Register LC_CONF reader

Implementations§

Bit 0 - Set this bit to reset in-DMA FSM. Set this bit before the DMA configuration.

Bit 1 - Set this bit to reset out-DMA FSM. Set this bit before the DMA configuration.

Bit 2 - Set this bit to reset AHB interface cmdFIFO of DMA. Set this bit before the DMA configuration.

Bit 3 - Set this bit to reset AHB interface of DMA. Set this bit before the DMA configuration.

Bit 4 - Set this bit to loop test inlink.

Bit 5 - Set this bit to loop test outlink.

Bit 6 - Set this bit to enable outlink-written-back automatically when out buffer is transmitted done.

Bit 7 - Reserved.

Bit 8 - DMA out EOF flag generation mode. 1: When DMA has popped all data from the FIFO. 0: When AHB has pushed all data to the FIFO.

Bit 9 - DMA outlink descriptor transfer mode configuration bit. 1: Prepare outlink descriptor with burst mode. 0: Prepare outlink descriptor with byte mode.

Bit 10 - DMA inlink descriptor transfer mode configuration bit. 1: Prepare inlink descriptor with burst mode. 0: Prepare inlink descriptor with byte mode.

Bit 11 - Transmitter data transfer mode configuration bit. 1: Prepare out data with burst mode. 0: Prepare out data with byte mode.

Bit 12 - Set this bit to enable check owner bit by hardware.

Bit 13 - Reserved.

Bits 14:15 - DMA access external memory block size. 0: 16 bytes. 1: 32 bytes. 2: 64 bytes. 3: reserved.

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