Struct stm32f30x_memory_map::i2c::TimeoutrW
[−]
[src]
pub struct TimeoutrW { /* fields omitted */ }
Methods
impl TimeoutrW
[src]
fn reset_value() -> Self
Reset value
fn timeouta(&mut self, value: u16) -> &mut Self
Bits 0:11 - Bus timeout A
fn tidle(&mut self, value: bool) -> &mut Self
Bit 12 - Idle clock timeout detection
fn timouten(&mut self, value: bool) -> &mut Self
Bit 15 - Clock timeout enable
fn timeoutb(&mut self, value: u16) -> &mut Self
Bits 16:27 - Bus timeout B
fn texten(&mut self, value: bool) -> &mut Self
Bit 31 - Extended clock timeout enable
Trait Implementations
impl Clone for TimeoutrW
[src]
fn clone(&self) -> TimeoutrW
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