pub struct R(_);
Expand description
Register STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn pattbufv(&self) -> PATTBUFV_R
pub fn pattbufv(&self) -> PATTBUFV_R
Bit 5 - Pattern Buffer Valid
sourcepub fn faultain(&self) -> FAULTAIN_R
pub fn faultain(&self) -> FAULTAIN_R
Bit 8 - Recoverable Fault A Input
sourcepub fn faultbin(&self) -> FAULTBIN_R
pub fn faultbin(&self) -> FAULTBIN_R
Bit 9 - Recoverable Fault B Input
sourcepub fn fault0in(&self) -> FAULT0IN_R
pub fn fault0in(&self) -> FAULT0IN_R
Bit 10 - Non-Recoverable Fault0 Input
sourcepub fn fault1in(&self) -> FAULT1IN_R
pub fn fault1in(&self) -> FAULT1IN_R
Bit 11 - Non-Recoverable Fault1 Input
Methods from Deref<Target = R<STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
sourcefn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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