Struct stm32f103xx::spi1::i2scfgr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 11 - I2S mode selection

Bit 10 - I2S Enable

Bits 8:9 - I2S configuration mode

Bit 7 - PCM frame synchronization

Bits 4:5 - I2S standard selection

Bit 3 - Steady state clock polarity

Bits 1:2 - Data length to be transferred

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

Auto Trait Implementations

impl Send for R

impl Sync for R