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
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
Methods from Deref<Target = R<TIMEOUTR_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
sourceimpl From<R<TIMEOUTR_SPEC>> for R
impl From<R<TIMEOUTR_SPEC>> for R
sourcefn from(reader: R<TIMEOUTR_SPEC>) -> R
fn from(reader: R<TIMEOUTR_SPEC>) -> R
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