pub struct W(_);
Expand description

Register CONF1 writer

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.

Writes raw bits to the register.

Methods from Deref<Target = W<CONF1_SPEC>>

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.