#[repr(u8)]pub enum RxFifofullSel {
FULL_INT_1 = 0,
FULL_INT_4 = 1,
FULL_INT_8 = 2,
FULL_INT_16 = 3,
}Variants§
FULL_INT_1 = 0
Full interrupt if at least 1 sample in Rx left and right FIFOs
FULL_INT_4 = 1
Full interrupt if at least 4 sample in Rx left and right FIFOs
FULL_INT_8 = 2
Full interrupt if at least 8 sample in Rx left and right FIFOs
FULL_INT_16 = 3
Full interrupt if at least 16 sample in Rx left and right FIFO
Implementations§
Source§impl RxFifofullSel
impl RxFifofullSel
Trait Implementations§
Source§impl Clone for RxFifofullSel
impl Clone for RxFifofullSel
Source§fn clone(&self) -> RxFifofullSel
fn clone(&self) -> RxFifofullSel
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 RxFifofullSel
impl Debug for RxFifofullSel
Source§impl From<RxFifofullSel> for u8
impl From<RxFifofullSel> for u8
Source§fn from(val: RxFifofullSel) -> u8
fn from(val: RxFifofullSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RxFifofullSel
impl From<u8> for RxFifofullSel
Source§fn from(val: u8) -> RxFifofullSel
fn from(val: u8) -> RxFifofullSel
Converts to this type from the input type.
Source§impl Ord for RxFifofullSel
impl Ord for RxFifofullSel
Source§fn cmp(&self, other: &RxFifofullSel) -> Ordering
fn cmp(&self, other: &RxFifofullSel) -> 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 RxFifofullSel
impl PartialEq for RxFifofullSel
Source§impl PartialOrd for RxFifofullSel
impl PartialOrd for RxFifofullSel
impl Copy for RxFifofullSel
impl Eq for RxFifofullSel
impl StructuralPartialEq for RxFifofullSel
Auto Trait Implementations§
impl Freeze for RxFifofullSel
impl RefUnwindSafe for RxFifofullSel
impl Send for RxFifofullSel
impl Sync for RxFifofullSel
impl Unpin for RxFifofullSel
impl UnwindSafe for RxFifofullSel
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