pub struct R(/* private fields */);Expand description
Register GNPTXSTS reader
Implementations§
Source§impl R
impl R
Sourcepub fn nptxfspcavail(&self) -> NPTXFSPCAVAIL_R
pub fn nptxfspcavail(&self) -> NPTXFSPCAVAIL_R
Bits 0:15 - Non-periodic TxFIFO Space Available
Sourcepub fn nptxqspcavail(&self) -> NPTXQSPCAVAIL_R
pub fn nptxqspcavail(&self) -> NPTXQSPCAVAIL_R
Bits 16:23 - Non-periodic Transmit Request Queue Space Available
Sourcepub fn nptxqtop(&self) -> NPTXQTOP_R
pub fn nptxqtop(&self) -> NPTXQTOP_R
Bits 24:30 - Top of the Non-periodic Transmit Request Queue
Methods from Deref<Target = R<GNPTXSTS_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