#[repr(u8)]pub enum GrstctlTxfnum {
Show 32 variants
TXF0 = 0,
TXF1 = 1,
TXF2 = 2,
TXF3 = 3,
TXF4 = 4,
TXF5 = 5,
TXF6 = 6,
TXF7 = 7,
TXF8 = 8,
TXF9 = 9,
TXF10 = 10,
TXF11 = 11,
TXF12 = 12,
TXF13 = 13,
TXF14 = 14,
TXF15 = 15,
TXF16 = 16,
_RESERVED_11 = 17,
_RESERVED_12 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}Variants§
TXF0 = 0
-Periodic TxFIFO flush in host mode -Periodic TxFIFO 0 flush in device mode when in shared FIFO operation -TXFIFO 0 flush in device mode when in dedicated FIFO mode
TXF1 = 1
-Periodic TxFIFO flush in host mode -Periodic TxFIFO 1 flush in device mode when in shared FIFO operation -TXFIFO 1 flush in device mode when in dedicated FIFO mode
TXF2 = 2
-Periodic TxFIFO 2 flush in device mode when in shared FIFO operation -TXFIFO 2 flush in device mode when in dedicated FIFO mode
TXF3 = 3
-Periodic TxFIFO 3 flush in device mode when in shared FIFO operation -TXFIFO 3 flush in device mode when in dedicated FIFO mode
TXF4 = 4
-Periodic TxFIFO 4 flush in device mode when in shared FIFO operation -TXFIFO 4 flush in device mode when in dedicated FIFO mode
TXF5 = 5
-Periodic TxFIFO 5 flush in device mode when in shared FIFO operation -TXFIFO 5 flush in device mode when in dedicated FIFO mode
TXF6 = 6
-Periodic TxFIFO 6 flush in device mode when in shared FIFO operation -TXFIFO 6 flush in device mode when in dedicated FIFO mode
TXF7 = 7
-Periodic TxFIFO 7 flush in device mode when in shared FIFO operation -TXFIFO 7 flush in device mode when in dedicated FIFO mode
TXF8 = 8
-Periodic TxFIFO 8 flush in device mode when in shared FIFO operation -TXFIFO 8 flush in device mode when in dedicated FIFO mode
TXF9 = 9
-Periodic TxFIFO 9 flush in device mode when in shared FIFO operation -TXFIFO 9 flush in device mode when in dedicated FIFO mode
TXF10 = 10
-Periodic TxFIFO 10 flush in device mode when in shared FIFO operation -TXFIFO 10 flush in device mode when in dedicated FIFO mode
TXF11 = 11
-Periodic TxFIFO 11 flush in device mode when in shared FIFO operation -TXFIFO 11 flush in device mode when in dedicated FIFO mode
TXF12 = 12
-Periodic TxFIFO 12 flush in device mode when in shared FIFO operation -TXFIFO 12 flush in device mode when in dedicated FIFO mode
TXF13 = 13
-Periodic TxFIFO 13 flush in Device mode when in shared FIFO operation -TXFIFO 13 flush in device mode when in dedicated FIFO mode
TXF14 = 14
-Periodic TxFIFO 14 flush in Device mode when in shared FIFO operation -TXFIFO 14 flush in device mode when in dedicated FIFO mode
TXF15 = 15
-Periodic TxFIFO 15 flush in Device mode when in shared FIFO operation - TXFIFO 15 flush in device mode when in dedicated FIFO mode
TXF16 = 16
Flush all the transmit FIFOs in device or host mode
_RESERVED_11 = 17
_RESERVED_12 = 18
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Source§impl GrstctlTxfnum
impl GrstctlTxfnum
Trait Implementations§
Source§impl Clone for GrstctlTxfnum
impl Clone for GrstctlTxfnum
Source§fn clone(&self) -> GrstctlTxfnum
fn clone(&self) -> GrstctlTxfnum
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for GrstctlTxfnum
impl Debug for GrstctlTxfnum
Source§impl From<GrstctlTxfnum> for u8
impl From<GrstctlTxfnum> for u8
Source§fn from(val: GrstctlTxfnum) -> u8
fn from(val: GrstctlTxfnum) -> u8
Source§impl From<u8> for GrstctlTxfnum
impl From<u8> for GrstctlTxfnum
Source§fn from(val: u8) -> GrstctlTxfnum
fn from(val: u8) -> GrstctlTxfnum
Source§impl Ord for GrstctlTxfnum
impl Ord for GrstctlTxfnum
Source§fn cmp(&self, other: &GrstctlTxfnum) -> Ordering
fn cmp(&self, other: &GrstctlTxfnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for GrstctlTxfnum
impl PartialEq for GrstctlTxfnum
Source§impl PartialOrd for GrstctlTxfnum
impl PartialOrd for GrstctlTxfnum
impl Copy for GrstctlTxfnum
impl Eq for GrstctlTxfnum
impl StructuralPartialEq for GrstctlTxfnum
Auto Trait Implementations§
impl Freeze for GrstctlTxfnum
impl RefUnwindSafe for GrstctlTxfnum
impl Send for GrstctlTxfnum
impl Sync for GrstctlTxfnum
impl Unpin for GrstctlTxfnum
impl UnwindSafe for GrstctlTxfnum
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
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)
clone_to_uninit)