Enum Filten
pub enum Filten {
_0 = 0,
_1 = 1,
}Expand description
Filter Enable
Value on reset: 0
Variants§
_0 = 0
0: Disable digital filter and output delay counter for slave mode.
_1 = 1
1: Enable digital filter and output delay counter for slave mode.
Trait Implementations§
impl Copy for Filten
impl Eq for Filten
impl StructuralPartialEq for Filten
Auto Trait Implementations§
impl Freeze for Filten
impl RefUnwindSafe for Filten
impl Send for Filten
impl Sync for Filten
impl Unpin for Filten
impl UnwindSafe for Filten
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