Struct stm32f30x_memory_map::spi::I2sprW
[−]
[src]
pub struct I2sprW { /* fields omitted */ }
Methods
impl I2sprW
[src]
fn reset_value() -> Self
Reset value
fn mckoe(&mut self, value: bool) -> &mut Self
Bit 9 - Master clock output enable
fn odd(&mut self, value: bool) -> &mut Self
Bit 8 - Odd factor for the prescaler
fn i2sdiv(&mut self, value: u8) -> &mut Self
Bits 0:7 - I2S Linear prescaler
Trait Implementations
impl Clone for I2sprW
[src]
fn clone(&self) -> I2sprW
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