#[repr(u8)]pub enum Nptxfemplvl {
HALFEMPTY = 0,
EMPTY = 1,
}Variants§
HALFEMPTY = 0
DIEPINTn.TxFEmp interrupt indicates that the Non-Periodic TxFIFO is half empty or that the IN Endpoint TxFIFO is half empty.
EMPTY = 1
GINTSTS.NPTxFEmp interrupt indicates that the Non-Periodic TxFIFO is completely empty or that the IN Endpoint TxFIFO is completely empty.
Implementations§
Source§impl Nptxfemplvl
impl Nptxfemplvl
Trait Implementations§
Source§impl Clone for Nptxfemplvl
impl Clone for Nptxfemplvl
Source§fn clone(&self) -> Nptxfemplvl
fn clone(&self) -> Nptxfemplvl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Nptxfemplvl
impl Debug for Nptxfemplvl
Source§impl From<Nptxfemplvl> for u8
impl From<Nptxfemplvl> for u8
Source§fn from(val: Nptxfemplvl) -> u8
fn from(val: Nptxfemplvl) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Nptxfemplvl
impl From<u8> for Nptxfemplvl
Source§fn from(val: u8) -> Nptxfemplvl
fn from(val: u8) -> Nptxfemplvl
Converts to this type from the input type.
Source§impl Ord for Nptxfemplvl
impl Ord for Nptxfemplvl
Source§fn cmp(&self, other: &Nptxfemplvl) -> Ordering
fn cmp(&self, other: &Nptxfemplvl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Nptxfemplvl
impl PartialEq for Nptxfemplvl
Source§impl PartialOrd for Nptxfemplvl
impl PartialOrd for Nptxfemplvl
impl Copy for Nptxfemplvl
impl Eq for Nptxfemplvl
impl StructuralPartialEq for Nptxfemplvl
Auto Trait Implementations§
impl Freeze for Nptxfemplvl
impl RefUnwindSafe for Nptxfemplvl
impl Send for Nptxfemplvl
impl Sync for Nptxfemplvl
impl Unpin for Nptxfemplvl
impl UnwindSafe for Nptxfemplvl
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)