#[repr(u8)]
pub enum THRESHOLD_A {
    _1BEAT,
    _2BEATS,
    _4BEATS,
    _8BEATS,
}Expand description
FIFO Threshold
Value on reset: 0
Variants
_1BEAT
0: Destination write starts after each beat source address read
_2BEATS
1: Destination write starts after 2-beats source address read
_4BEATS
2: Destination write starts after 4-beats source address read
_8BEATS
3: Destination write starts after 8-beats source address read
Trait Implementations
sourceimpl Clone for THRESHOLD_A
 
impl Clone for THRESHOLD_A
sourcefn clone(&self) -> THRESHOLD_A
 
fn clone(&self) -> THRESHOLD_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for THRESHOLD_A
 
impl Debug for THRESHOLD_A
sourceimpl From<THRESHOLD_A> for u8
 
impl From<THRESHOLD_A> for u8
sourcefn from(variant: THRESHOLD_A) -> Self
 
fn from(variant: THRESHOLD_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<THRESHOLD_A> for THRESHOLD_A
 
impl PartialEq<THRESHOLD_A> for THRESHOLD_A
sourcefn eq(&self, other: &THRESHOLD_A) -> bool
 
fn eq(&self, other: &THRESHOLD_A) -> bool
impl Copy for THRESHOLD_A
impl StructuralPartialEq for THRESHOLD_A
Auto Trait Implementations
impl RefUnwindSafe for THRESHOLD_A
impl Send for THRESHOLD_A
impl Sync for THRESHOLD_A
impl Unpin for THRESHOLD_A
impl UnwindSafe for THRESHOLD_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more