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