Struct stm32f30x_memory_map::spi::I2scfgrR
[−]
[src]
pub struct I2scfgrR { /* fields omitted */ }
Methods
impl I2scfgrR
[src]
fn i2smod(&self) -> bool
Bit 11 - I2S mode selection
fn i2se(&self) -> bool
Bit 10 - I2S Enable
fn i2scfg(&self) -> u8
Bits 8:9 - I2S configuration mode
fn pcmsync(&self) -> bool
Bit 7 - PCM frame synchronization
fn i2sstd(&self) -> u8
Bits 4:5 - I2S standard selection
fn ckpol(&self) -> bool
Bit 3 - Steady state clock polarity
fn datlen(&self) -> u8
Bits 1:2 - Data length to be transferred
fn chlen(&self) -> bool
Bit 0 - Channel length (number of bits per audio channel)
Trait Implementations
impl Clone for I2scfgrR
[src]
fn clone(&self) -> I2scfgrR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more