pub struct R(_);Expand description
Register GINTSTS reader
Implementations
sourceimpl R
impl R
sourcepub fn curmod_int(&self) -> CURMOD_INT_R
pub fn curmod_int(&self) -> CURMOD_INT_R
Bit 0
sourcepub fn nptxfemp(&self) -> NPTXFEMP_R
pub fn nptxfemp(&self) -> NPTXFEMP_R
Bit 5
sourcepub fn ginnakeff(&self) -> GINNAKEFF_R
pub fn ginnakeff(&self) -> GINNAKEFF_R
Bit 6
sourcepub fn goutnakeff(&self) -> GOUTNAKEFF_R
pub fn goutnakeff(&self) -> GOUTNAKEFF_R
Bit 7
sourcepub fn erlysusp(&self) -> ERLYSUSP_R
pub fn erlysusp(&self) -> ERLYSUSP_R
Bit 10
sourcepub fn enumdone(&self) -> ENUMDONE_R
pub fn enumdone(&self) -> ENUMDONE_R
Bit 13
sourcepub fn isooutdrop(&self) -> ISOOUTDROP_R
pub fn isooutdrop(&self) -> ISOOUTDROP_R
Bit 14
sourcepub fn incompisoin(&self) -> INCOMPISOIN_R
pub fn incompisoin(&self) -> INCOMPISOIN_R
Bit 20
sourcepub fn incompip(&self) -> INCOMPIP_R
pub fn incompip(&self) -> INCOMPIP_R
Bit 21
sourcepub fn resetdet(&self) -> RESETDET_R
pub fn resetdet(&self) -> RESETDET_R
Bit 23
sourcepub fn conidstschng(&self) -> CONIDSTSCHNG_R
pub fn conidstschng(&self) -> CONIDSTSCHNG_R
Bit 28
sourcepub fn disconnint(&self) -> DISCONNINT_R
pub fn disconnint(&self) -> DISCONNINT_R
Bit 29
sourcepub fn sessreqint(&self) -> SESSREQINT_R
pub fn sessreqint(&self) -> SESSREQINT_R
Bit 30
Methods from Deref<Target = R<GINTSTS_SPEC>>
Trait Implementations
sourceimpl From<R<GINTSTS_SPEC>> for R
impl From<R<GINTSTS_SPEC>> for R
sourcefn from(reader: R<GINTSTS_SPEC>) -> Self
fn from(reader: R<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