#[repr(u8)]pub enum TxFifoemptySel {
EMPTY_INT_0 = 0,
EMPTY_INT_4 = 1,
EMPTY_INT_8 = 2,
EMPTY_INT_12 = 3,
}Variants§
EMPTY_INT_0 = 0
Empty interrupt if 0 sample in Tx left and right FIFOs
EMPTY_INT_4 = 1
Empty interrupt if at most 4 sample in Tx left and right FIFOs
EMPTY_INT_8 = 2
Empty interrupt if at most 8 sample in Tx left and right FIFOs
EMPTY_INT_12 = 3
Empty interrupt if at most 12 sample in Tx left and right FIFOs
Implementations§
Trait Implementations§
Source§impl Clone for TxFifoemptySel
impl Clone for TxFifoemptySel
Source§fn clone(&self) -> TxFifoemptySel
fn clone(&self) -> TxFifoemptySel
Returns a duplicate 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 TxFifoemptySel
impl Debug for TxFifoemptySel
Source§impl From<TxFifoemptySel> for u8
impl From<TxFifoemptySel> for u8
Source§fn from(val: TxFifoemptySel) -> u8
fn from(val: TxFifoemptySel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TxFifoemptySel
impl From<u8> for TxFifoemptySel
Source§fn from(val: u8) -> TxFifoemptySel
fn from(val: u8) -> TxFifoemptySel
Converts to this type from the input type.
Source§impl Ord for TxFifoemptySel
impl Ord for TxFifoemptySel
Source§fn cmp(&self, other: &TxFifoemptySel) -> Ordering
fn cmp(&self, other: &TxFifoemptySel) -> 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 TxFifoemptySel
impl PartialEq for TxFifoemptySel
Source§impl PartialOrd for TxFifoemptySel
impl PartialOrd for TxFifoemptySel
impl Copy for TxFifoemptySel
impl Eq for TxFifoemptySel
impl StructuralPartialEq for TxFifoemptySel
Auto Trait Implementations§
impl Freeze for TxFifoemptySel
impl RefUnwindSafe for TxFifoemptySel
impl Send for TxFifoemptySel
impl Sync for TxFifoemptySel
impl Unpin for TxFifoemptySel
impl UnwindSafe for TxFifoemptySel
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