pub struct W(_);
Expand description
Register STATUS
writer
Implementations
sourceimpl W
impl W
sourcepub fn pattbufv(&mut self) -> PATTBUFV_W<'_>
pub fn pattbufv(&mut self) -> PATTBUFV_W<'_>
Bit 5 - Pattern Buffer Valid
sourcepub fn faultain(&mut self) -> FAULTAIN_W<'_>
pub fn faultain(&mut self) -> FAULTAIN_W<'_>
Bit 8 - Recoverable Fault A Input
sourcepub fn faultbin(&mut self) -> FAULTBIN_W<'_>
pub fn faultbin(&mut self) -> FAULTBIN_W<'_>
Bit 9 - Recoverable Fault B Input
sourcepub fn fault0in(&mut self) -> FAULT0IN_W<'_>
pub fn fault0in(&mut self) -> FAULT0IN_W<'_>
Bit 10 - Non-Recoverable Fault0 Input
sourcepub fn fault1in(&mut self) -> FAULT1IN_W<'_>
pub fn fault1in(&mut self) -> FAULT1IN_W<'_>
Bit 11 - Non-Recoverable Fault1 Input
Methods from Deref<Target = W<STATUS_SPEC>>
Trait Implementations
sourceimpl From<W<STATUS_SPEC>> for W
impl From<W<STATUS_SPEC>> for W
sourcefn from(writer: W<STATUS_SPEC>) -> Self
fn from(writer: W<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