#[repr(transparent)]pub struct Dtxfsts0(pub u32);Expand description
Device IN Endpoint Transmit FIFO Status Register 0
Tuple Fields§
§0: u32Implementations§
Source§impl Dtxfsts0
impl Dtxfsts0
Sourcepub const fn ineptxfspcavail(&self) -> u16
pub const fn ineptxfspcavail(&self) -> u16
IN Endpoint TxFIFO Space Avail (INEPTxFSpcAvail)
Sourcepub const fn set_ineptxfspcavail(&mut self, val: u16)
pub const fn set_ineptxfspcavail(&mut self, val: u16)
IN Endpoint TxFIFO Space Avail (INEPTxFSpcAvail)
Trait Implementations§
impl Copy for Dtxfsts0
impl Eq for Dtxfsts0
impl StructuralPartialEq for Dtxfsts0
Auto Trait Implementations§
impl Freeze for Dtxfsts0
impl RefUnwindSafe for Dtxfsts0
impl Send for Dtxfsts0
impl Sync for Dtxfsts0
impl Unpin for Dtxfsts0
impl UnwindSafe for Dtxfsts0
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)