pub struct W(/* private fields */);
Expand description
Register GOTGINT
writer
Implementations§
Source§impl W
impl W
Sourcepub fn sedet(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 2>
pub fn sedet(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 2>
Bit 2 - Session end detected
Sourcepub fn srsschg(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 8>
pub fn srsschg(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 8>
Bit 8 - Session request success status change
Sourcepub fn hnsschg(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 9>
pub fn hnsschg(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 9>
Bit 9 - Host negotiation success status change
Sourcepub fn hngdet(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 17>
pub fn hngdet(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 17>
Bit 17 - Host negotiation detected
Sourcepub fn adtochg(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 18>
pub fn adtochg(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 18>
Bit 18 - A-device timeout change
Sourcepub fn dbcdne(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 19>
pub fn dbcdne(&mut self) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 19>
Bit 19 - Debounce done
Methods from Deref<Target = W<GOTGINT_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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