pub struct R(_);Expand description
Register TIMEOUTR reader
Implementations
sourceimpl R
 
impl R
sourcepub fn timeouta(&self) -> TIMEOUTA_R
 
pub fn timeouta(&self) -> TIMEOUTA_R
Bits 0:11 - Bus Timeout A This field is used to configure: The SCL low timeout condition tTIMEOUT when TIDLE=0 tTIMEOUT= (TIMEOUTA+1) x 2048 x tI2CCLK The bus idle condition (both SCL and SDA high) when TIDLE=1 tIDLE= (TIMEOUTA+1) x 4 x tI2CCLK Note: These bits can be written only when TIMOUTEN=0.
sourcepub fn tidle(&self) -> TIDLE_R
 
pub fn tidle(&self) -> TIDLE_R
Bit 12 - Idle clock timeout detection Note: This bit can be written only when TIMOUTEN=0.
sourcepub fn timouten(&self) -> TIMOUTEN_R
 
pub fn timouten(&self) -> TIMOUTEN_R
Bit 15 - Clock timeout enable
sourcepub fn timeoutb(&self) -> TIMEOUTB_R
 
pub fn timeoutb(&self) -> TIMEOUTB_R
Bits 16:27 - Bus timeout B This field is used to configure the cumulative clock extension timeout: In master mode, the master cumulative clock low extend time (tLOW:MEXT) is detected In slave mode, the slave cumulative clock low extend time (tLOW:SEXT) is detected tLOW:EXT= (TIMEOUTB+1) x 2048 x tI2CCLK Note: These bits can be written only when TEXTEN=0.
Methods from Deref<Target = R<TIMEOUTR_SPEC>>
Trait Implementations
sourceimpl From<R<TIMEOUTR_SPEC>> for R
 
impl From<R<TIMEOUTR_SPEC>> for R
sourcefn from(reader: R<TIMEOUTR_SPEC>) -> Self
 
fn from(reader: R<TIMEOUTR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more