pub struct R(/* private fields */);
Expand description
Register TIMEOUTR
reader
Implementations§
Source§impl 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>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more