Struct stm32f30x_memory_map::spi::I2scfgrR [] [src]

pub struct I2scfgrR { /* fields omitted */ }

Methods

impl I2scfgrR
[src]

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)

Trait Implementations

impl Clone for I2scfgrR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for I2scfgrR
[src]