Struct esp32s3::i2s0::tx_pcm2pdm_conf::R

source ·
pub struct R(_);
Expand description

Register TX_PCM2PDM_CONF reader

Implementations§

Bit 0 - I2S TX PDM bypass hp filter or not. The option has been removed.

Bits 1:4 - I2S TX PDM OSR2 value

Bits 5:12 - I2S TX PDM prescale for sigmadelta

Bits 13:14 - I2S TX PDM sigmadelta scale shift number: 0:/2 , 1:x1 , 2:x2 , 3: x4

Bits 15:16 - I2S TX PDM sigmadelta scale shift number: 0:/2 , 1:x1 , 2:x2 , 3: x4

Bits 17:18 - I2S TX PDM sigmadelta scale shift number: 0:/2 , 1:x1 , 2:x2 , 3: x4

Bits 19:20 - I2S TX PDM sigmadelta scale shift number: 0:/2 , 1:x1 , 2:x2 , 3: x4

Bit 21 - I2S TX PDM sigmadelta dither2 value

Bit 22 - I2S TX PDM sigmadelta dither value

Bit 23 - I2S TX PDM dac mode enable

Bit 24 - I2S TX PDM dac 2channel enable

Bit 25 - I2S TX PDM Converter enable

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