pub enum FTH_A {
Quarter,
Half,
ThreeQuarters,
Full,
}
Expand description
FIFO threshold selection
Value on reset: 1
Variants
Quarter
0: 1/4 full FIFO
Half
1: 1/2 full FIFO
ThreeQuarters
2: 3/4 full FIFO
Full
3: Full FIFO
Trait Implementations
impl Copy for FTH_A
impl StructuralPartialEq for FTH_A
Auto Trait Implementations
impl RefUnwindSafe for FTH_A
impl Send for FTH_A
impl Sync for FTH_A
impl Unpin for FTH_A
impl UnwindSafe for FTH_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