#[repr(transparent)]pub struct Hptxfsiz(pub u32);Expand description
Host Periodic Transmit FIFO Size Register
Tuple Fields§
§0: u32Implementations§
Source§impl Hptxfsiz
impl Hptxfsiz
Sourcepub const fn ptxfstaddr(&self) -> u16
pub const fn ptxfstaddr(&self) -> u16
Host Periodic TxFIFO Start Address (PTxFStAddr)
Sourcepub const fn set_ptxfstaddr(&mut self, val: u16)
pub const fn set_ptxfstaddr(&mut self, val: u16)
Host Periodic TxFIFO Start Address (PTxFStAddr)
Sourcepub const fn set_ptxfsize(&mut self, val: u16)
pub const fn set_ptxfsize(&mut self, val: u16)
Host Periodic TxFIFO Depth (PTxFSize)
Trait Implementations§
impl Copy for Hptxfsiz
impl Eq for Hptxfsiz
impl StructuralPartialEq for Hptxfsiz
Auto Trait Implementations§
impl Freeze for Hptxfsiz
impl RefUnwindSafe for Hptxfsiz
impl Send for Hptxfsiz
impl Sync for Hptxfsiz
impl Unpin for Hptxfsiz
impl UnwindSafe for Hptxfsiz
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)