pub struct W(_);
Expand description
Register GINTSTS
writer
Implementations
sourceimpl W
impl W
sourcepub fn erlysusp(&mut self) -> ERLYSUSP_W<'_, 10>
pub fn erlysusp(&mut self) -> ERLYSUSP_W<'_, 10>
Bit 10
sourcepub fn enumdone(&mut self) -> ENUMDONE_W<'_, 13>
pub fn enumdone(&mut self) -> ENUMDONE_W<'_, 13>
Bit 13
sourcepub fn isooutdrop(&mut self) -> ISOOUTDROP_W<'_, 14>
pub fn isooutdrop(&mut self) -> ISOOUTDROP_W<'_, 14>
Bit 14
sourcepub fn incompisoin(&mut self) -> INCOMPISOIN_W<'_, 20>
pub fn incompisoin(&mut self) -> INCOMPISOIN_W<'_, 20>
Bit 20
sourcepub fn incompip(&mut self) -> INCOMPIP_W<'_, 21>
pub fn incompip(&mut self) -> INCOMPIP_W<'_, 21>
Bit 21
sourcepub fn resetdet(&mut self) -> RESETDET_W<'_, 23>
pub fn resetdet(&mut self) -> RESETDET_W<'_, 23>
Bit 23
sourcepub fn conidstschng(&mut self) -> CONIDSTSCHNG_W<'_, 28>
pub fn conidstschng(&mut self) -> CONIDSTSCHNG_W<'_, 28>
Bit 28
sourcepub fn disconnint(&mut self) -> DISCONNINT_W<'_, 29>
pub fn disconnint(&mut self) -> DISCONNINT_W<'_, 29>
Bit 29
sourcepub fn sessreqint(&mut self) -> SESSREQINT_W<'_, 30>
pub fn sessreqint(&mut self) -> SESSREQINT_W<'_, 30>
Bit 30
Methods from Deref<Target = W<GINTSTS_SPEC>>
Trait Implementations
sourceimpl From<W<GINTSTS_SPEC>> for W
impl From<W<GINTSTS_SPEC>> for W
sourcefn from(writer: W<GINTSTS_SPEC>) -> Self
fn from(writer: W<GINTSTS_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