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