pub struct R(/* private fields */);Expand description
Register HPTXFSIZ reader
Implementations§
Source§impl R
impl R
Sourcepub fn ptxfstaddr(&self) -> PTXFSTADDR_R
pub fn ptxfstaddr(&self) -> PTXFSTADDR_R
Bits 0:10 - Host Periodic TxFIFO Start Address
Sourcepub fn ptxfsize(&self) -> PTXFSIZE_R
pub fn ptxfsize(&self) -> PTXFSIZE_R
Bits 16:25 - Host Periodic TxFIFO Depth
Methods from Deref<Target = R<HPTXFSIZ_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