#[repr(u8)]pub enum FifoThreshold {
_1beat = 0,
_2beats = 1,
_4beats = 2,
_8beats = 3,
}
Expand description
FIFO Threshold
Value on reset: 0
Variants§
_1beat = 0
0: Destination write starts after each beat source address read
_2beats = 1
1: Destination write starts after 2-beats source address read
_4beats = 2
2: Destination write starts after 4-beats source address read
_8beats = 3
3: Destination write starts after 8-beats source address read
Trait Implementations§
Source§impl Clone for Thresholdselect
impl Clone for Thresholdselect
Source§fn clone(&self) -> Thresholdselect
fn clone(&self) -> Thresholdselect
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 Thresholdselect
impl Debug for Thresholdselect
Source§impl PartialEq for Thresholdselect
impl PartialEq for Thresholdselect
impl Copy for Thresholdselect
impl Eq for Thresholdselect
impl IsEnum for Thresholdselect
impl StructuralPartialEq for Thresholdselect
Auto Trait Implementations§
impl Freeze for Thresholdselect
impl RefUnwindSafe for Thresholdselect
impl Send for Thresholdselect
impl Sync for Thresholdselect
impl Unpin for Thresholdselect
impl UnwindSafe for Thresholdselect
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