#[repr(transparent)]pub struct Gnptxfsiz(pub u32);Expand description
Non-periodic Transmit FIFO Size Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gnptxfsiz
impl Gnptxfsiz
Sourcepub const fn nptxfstaddr(&self) -> u16
pub const fn nptxfstaddr(&self) -> u16
Non-periodic Transmit RAM Start Address (NPTxFStAddr)
Sourcepub const fn set_nptxfstaddr(&mut self, val: u16)
pub const fn set_nptxfstaddr(&mut self, val: u16)
Non-periodic Transmit RAM Start Address (NPTxFStAddr)
Sourcepub const fn set_nptxfdep(&mut self, val: u16)
pub const fn set_nptxfdep(&mut self, val: u16)
Mode: Host only. Non-periodic TxFIFO Depth (NPTxFDep)
Trait Implementations§
impl Copy for Gnptxfsiz
impl Eq for Gnptxfsiz
impl StructuralPartialEq for Gnptxfsiz
Auto Trait Implementations§
impl Freeze for Gnptxfsiz
impl RefUnwindSafe for Gnptxfsiz
impl Send for Gnptxfsiz
impl Sync for Gnptxfsiz
impl Unpin for Gnptxfsiz
impl UnwindSafe for Gnptxfsiz
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)