#[repr(u8)]
pub enum FLEN_A {
OFF,
MAJ3,
MAJ5,
}
Expand description
Filter Length
Value on reset: 0
Variants
OFF
0: No filtering
MAJ3
1: 3-bit majority function (2 of 3)
MAJ5
2: 5-bit majority function (3 of 5)
Trait Implementations
impl Copy for FLEN_A
impl StructuralPartialEq for FLEN_A
Auto Trait Implementations
impl RefUnwindSafe for FLEN_A
impl Send for FLEN_A
impl Sync for FLEN_A
impl Unpin for FLEN_A
impl UnwindSafe for FLEN_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