#[repr(u8)]pub enum FTH {
Quarter = 0,
Half = 1,
ThreeQuarters = 2,
Full = 3,
}
Expand description
FIFO threshold selection
Value on reset: 1
Variants§
Quarter = 0
0: 1/4 full FIFO
Half = 1
1: 1/2 full FIFO
ThreeQuarters = 2
2: 3/4 full FIFO
Full = 3
3: Full FIFO
Trait Implementations§
impl Copy for FTH
impl Eq for FTH
impl IsEnum for FTH
impl StructuralPartialEq for FTH
Auto Trait Implementations§
impl Freeze for FTH
impl RefUnwindSafe for FTH
impl Send for FTH
impl Sync for FTH
impl Unpin for FTH
impl UnwindSafe for FTH
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