pub struct R(/* private fields */);Expand description
Register GNPTXFSIZ reader
Implementations§
Source§impl R
impl R
Sourcepub fn nptxfstaddr(&self) -> NPTXFSTADDR_R
pub fn nptxfstaddr(&self) -> NPTXFSTADDR_R
Bits 0:15 - Non-periodic Transmit RAM Start Address
Sourcepub fn nptxfineptxf0dep(&self) -> NPTXFINEPTXF0DEP_R
pub fn nptxfineptxf0dep(&self) -> NPTXFINEPTXF0DEP_R
Bits 16:31 - Non-periodic TxFIFO Depth (host only) / IN Endpoint TxFIFO 0 Depth (device only)
Methods from Deref<Target = R<GNPTXFSIZ_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