pub struct R(/* private fields */);Expand description
Register GINTSTS reader
Implementations§
Source§impl R
impl R
Sourcepub fn nptxfemp(&self) -> NPTXFEMP_R
pub fn nptxfemp(&self) -> NPTXFEMP_R
Bit 5 - Non-Periodic TxFIFO Empty host only
Sourcepub fn ginnakeff(&self) -> GINNAKEFF_R
pub fn ginnakeff(&self) -> GINNAKEFF_R
Bit 6 - Global IN Non-periodic NAK Effective device only
Sourcepub fn goutnakeff(&self) -> GOUTNAKEFF_R
pub fn goutnakeff(&self) -> GOUTNAKEFF_R
Bit 7 - Global OUT NAK Effective device only
Sourcepub fn erlysusp(&self) -> ERLYSUSP_R
pub fn erlysusp(&self) -> ERLYSUSP_R
Bit 10 - Early Suspend device only
Sourcepub fn enumdone(&self) -> ENUMDONE_R
pub fn enumdone(&self) -> ENUMDONE_R
Bit 13 - Enumeration Done device only
Sourcepub fn isooutdrop(&self) -> ISOOUTDROP_R
pub fn isooutdrop(&self) -> ISOOUTDROP_R
Bit 14 - Isochronous OUT Packet Dropped Interrupt device only
Sourcepub fn incompisoin(&self) -> INCOMPISOIN_R
pub fn incompisoin(&self) -> INCOMPISOIN_R
Bit 20 - Incomplete Isochronous IN Transfer device only
Sourcepub fn incomplp(&self) -> INCOMPLP_R
pub fn incomplp(&self) -> INCOMPLP_R
Bit 21 - Incomplete Periodic Transfer host and device
Sourcepub fn resetdet(&self) -> RESETDET_R
pub fn resetdet(&self) -> RESETDET_R
Bit 23 - Reset detected Interrupt device only
Sourcepub fn conidstschng(&self) -> CONIDSTSCHNG_R
pub fn conidstschng(&self) -> CONIDSTSCHNG_R
Bit 28 - Connector ID Status Change host and device
Sourcepub fn disconnint(&self) -> DISCONNINT_R
pub fn disconnint(&self) -> DISCONNINT_R
Bit 29 - Disconnect Detected Interrupt host only
Sourcepub fn sessreqint(&self) -> SESSREQINT_R
pub fn sessreqint(&self) -> SESSREQINT_R
Bit 30 - Session Request/New Session Detected Interrupt host and device
Methods from Deref<Target = R<GINTSTS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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