#[repr(u8)]pub enum OPA0LPFDIS_A {
PLPFDIS = 1,
NLPFDIS = 2,
}Expand description
Disables Low Pass Filter.
Value on reset: 0
Variants§
PLPFDIS = 1
1: Disables the LPF between positive pad and positive input.
NLPFDIS = 2
2: Disables the LPF between negative pad and negative input.
Trait Implementations§
Source§impl Clone for OPA0LPFDIS_A
impl Clone for OPA0LPFDIS_A
Source§fn clone(&self) -> OPA0LPFDIS_A
fn clone(&self) -> OPA0LPFDIS_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OPA0LPFDIS_A
impl Debug for OPA0LPFDIS_A
Source§impl From<OPA0LPFDIS_A> for u8
impl From<OPA0LPFDIS_A> for u8
Source§fn from(variant: OPA0LPFDIS_A) -> Self
fn from(variant: OPA0LPFDIS_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OPA0LPFDIS_A
impl PartialEq for OPA0LPFDIS_A
impl Copy for OPA0LPFDIS_A
impl StructuralPartialEq for OPA0LPFDIS_A
Auto Trait Implementations§
impl Freeze for OPA0LPFDIS_A
impl RefUnwindSafe for OPA0LPFDIS_A
impl Send for OPA0LPFDIS_A
impl Sync for OPA0LPFDIS_A
impl Unpin for OPA0LPFDIS_A
impl UnwindSafe for OPA0LPFDIS_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