Struct stm32f30x_memory_map::i2c::TimingrW
[−]
[src]
pub struct TimingrW { /* fields omitted */ }
Methods
impl TimingrW
[src]
fn reset_value() -> Self
Reset value
fn scll(&mut self, value: u8) -> &mut Self
Bits 0:7 - SCL low period (master mode)
fn sclh(&mut self, value: u8) -> &mut Self
Bits 8:15 - SCL high period (master mode)
fn sdadel(&mut self, value: u8) -> &mut Self
Bits 16:19 - Data hold time
fn scldel(&mut self, value: u8) -> &mut Self
Bits 20:23 - Data setup time
fn presc(&mut self, value: u8) -> &mut Self
Bits 28:31 - Timing prescaler
Trait Implementations
impl Clone for TimingrW
[src]
fn clone(&self) -> TimingrW
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