Struct stm32f30x_memory_map::spi::I2scfgrW
[−]
[src]
pub struct I2scfgrW { /* fields omitted */ }
Methods
impl I2scfgrW
[src]
fn reset_value() -> Self
Reset value
fn i2smod(&mut self, value: bool) -> &mut Self
Bit 11 - I2S mode selection
fn i2se(&mut self, value: bool) -> &mut Self
Bit 10 - I2S Enable
fn i2scfg(&mut self, value: u8) -> &mut Self
Bits 8:9 - I2S configuration mode
fn pcmsync(&mut self, value: bool) -> &mut Self
Bit 7 - PCM frame synchronization
fn i2sstd(&mut self, value: u8) -> &mut Self
Bits 4:5 - I2S standard selection
fn ckpol(&mut self, value: bool) -> &mut Self
Bit 3 - Steady state clock polarity
fn datlen(&mut self, value: u8) -> &mut Self
Bits 1:2 - Data length to be transferred
fn chlen(&mut self, value: bool) -> &mut Self
Bit 0 - Channel length (number of bits per audio channel)
Trait Implementations
impl Clone for I2scfgrW
[src]
fn clone(&self) -> I2scfgrW
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