#[repr(transparent)]pub struct Dieptxf(pub u32);Expand description
Description collection: Device IN Endpoint Transmit FIFO Size Register
Tuple Fields§
§0: u32Implementations§
Source§impl Dieptxf
impl Dieptxf
Sourcepub const fn inepntxfstaddr(&self) -> u16
pub const fn inepntxfstaddr(&self) -> u16
IN Endpoint FIFOn Transmit RAM Start Address (INEPnTxFStAddr)
Sourcepub const fn set_inepntxfstaddr(&mut self, val: u16)
pub const fn set_inepntxfstaddr(&mut self, val: u16)
IN Endpoint FIFOn Transmit RAM Start Address (INEPnTxFStAddr)
Sourcepub const fn inepntxfdep(&self) -> u16
pub const fn inepntxfdep(&self) -> u16
IN Endpoint TxFIFO Depth (INEPnTxFDep)
Sourcepub const fn set_inepntxfdep(&mut self, val: u16)
pub const fn set_inepntxfdep(&mut self, val: u16)
IN Endpoint TxFIFO Depth (INEPnTxFDep)
Trait Implementations§
impl Copy for Dieptxf
impl Eq for Dieptxf
impl StructuralPartialEq for Dieptxf
Auto Trait Implementations§
impl Freeze for Dieptxf
impl RefUnwindSafe for Dieptxf
impl Send for Dieptxf
impl Sync for Dieptxf
impl Unpin for Dieptxf
impl UnwindSafe for Dieptxf
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)