pub struct W(_);
Expand description
Register GOTGINT
writer
Implementations
sourceimpl W
impl W
sourcepub fn sesenddet(&mut self) -> SESENDDET_W<'_, 2>
pub fn sesenddet(&mut self) -> SESENDDET_W<'_, 2>
Bit 2
sourcepub fn sesreqsucstschng(&mut self) -> SESREQSUCSTSCHNG_W<'_, 8>
pub fn sesreqsucstschng(&mut self) -> SESREQSUCSTSCHNG_W<'_, 8>
Bit 8
sourcepub fn hstnegsucstschng(&mut self) -> HSTNEGSUCSTSCHNG_W<'_, 9>
pub fn hstnegsucstschng(&mut self) -> HSTNEGSUCSTSCHNG_W<'_, 9>
Bit 9
sourcepub fn hstnegdet(&mut self) -> HSTNEGDET_W<'_, 17>
pub fn hstnegdet(&mut self) -> HSTNEGDET_W<'_, 17>
Bit 17
sourcepub fn adevtoutchg(&mut self) -> ADEVTOUTCHG_W<'_, 18>
pub fn adevtoutchg(&mut self) -> ADEVTOUTCHG_W<'_, 18>
Bit 18
sourcepub fn dbncedone(&mut self) -> DBNCEDONE_W<'_, 19>
pub fn dbncedone(&mut self) -> DBNCEDONE_W<'_, 19>
Bit 19
Methods from Deref<Target = W<GOTGINT_SPEC>>
Trait Implementations
sourceimpl From<W<GOTGINT_SPEC>> for W
impl From<W<GOTGINT_SPEC>> for W
sourcefn from(writer: W<GOTGINT_SPEC>) -> Self
fn from(writer: W<GOTGINT_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