pub enum RXFILT2N3 {
Samp3 = 0,
Samp2 = 1,
}
Expand description
BMC decoder Rx pre-filter sampling method Number of consistent consecutive samples before confirming a new value.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RXFILT2N3
impl Eq for RXFILT2N3
impl StructuralPartialEq for RXFILT2N3
Auto Trait Implementations§
impl Freeze for RXFILT2N3
impl RefUnwindSafe for RXFILT2N3
impl Send for RXFILT2N3
impl Sync for RXFILT2N3
impl Unpin for RXFILT2N3
impl UnwindSafe for RXFILT2N3
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