Struct esp32s2::i2s::conf1::R

source ·
pub struct R(_);
Expand description

Register CONF1 reader

Implementations

Bits 0:2 - Compress/Decompress module configuration bits. 0: decompress transmitted data 1:compress transmitted data

Bit 3 - Set this bit to bypass Compress/Decompress module for transmitted data.

Bits 4:6 - Compress/Decompress module configuration bits. 0: decompress received data 1:compress received data

Bit 7 - Set this bit to bypass Compress/Decompress module for received data.

Bit 8 - Set this bit to stop the output of BCK signal and WS signal when TX FIFO is empty.

Bit 9 - Reserved.

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