Enum Datsrc
#[repr(u8)]pub enum Datsrc {
Bsmx = 0,
_RESERVED_1 = 1,
Adcitf1 = 2,
Adcitf2 = 3,
}Expand description
Source data for the digital filter.
Variants§
Bsmx = 0
Stream coming from the BSMX selected
_RESERVED_1 = 1
Adcitf1 = 2
Stream coming from the ADCITF1 selected
Adcitf2 = 3
Stream coming from the ADCITF2 selected
Implementations§
Trait Implementations§
impl Copy for Datsrc
impl Eq for Datsrc
§impl Ord for Datsrc
impl Ord for Datsrc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Datsrc
impl PartialOrd for Datsrc
impl StructuralPartialEq for Datsrc
Auto Trait Implementations§
impl Freeze for Datsrc
impl RefUnwindSafe for Datsrc
impl Send for Datsrc
impl Sync for Datsrc
impl Unpin for Datsrc
impl UnsafeUnpin for Datsrc
impl UnwindSafe for Datsrc
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