pub struct W(_);
Expand description

Register I2SCFGR writer

Implementations

Bit 25 - Master clock output enable

Bit 24 - Odd factor for the prescaler

Bits 16:23 - I2S linear prescaler

Bit 14 - Data format

Bit 13 - Fixed channel length in SLAVE

Bit 12 - Word select inversion

Bit 11 - Serial audio clock polarity

Bit 10 - Channel length (number of bits per audio channel)

Bits 8:9 - Data length to be transferred

Bit 7 - PCM frame synchronization

Bits 4:5 - I2S standard selection

Bits 1:3 - I2S configuration mode

Bit 0 - I2S mode selection

Writes raw bits to the register.

Methods from Deref<Target = W<I2SCFGR_SPEC>>

Writes raw bits to the register.

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.