#[repr(u8)]pub enum FTH_A {
Empty = 0,
Quarter1 = 1,
Quarter2 = 2,
Quarter3 = 3,
Full = 4,
}
Expand description
FIFO threshold
Value on reset: 0
Variants§
Empty = 0
0: FIFO empty
Quarter1 = 1
1: 1⁄4 FIFO
Quarter2 = 2
2: 1⁄2 FIFO
Quarter3 = 3
3: 3⁄4 FIFO
Full = 4
4: FIFO full
Trait Implementations§
impl Copy for FTH_A
impl StructuralPartialEq for FTH_A
Auto Trait Implementations§
impl Freeze for FTH_A
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§
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