Enum Trgsrc
#[repr(u8)]pub enum Trgsrc {
Show 16 variants
Trgo = 0,
_RESERVED_1 = 1,
Trg1 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Expand description
Digital filter trigger signal selection.
Variants§
Trgo = 0
TRGO Selected.
_RESERVED_1 = 1
Trg1 = 2
adf_trg1 selected.
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
impl Copy for Trgsrc
impl Eq for Trgsrc
§impl Ord for Trgsrc
impl Ord for Trgsrc
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 Trgsrc
impl PartialOrd for Trgsrc
impl StructuralPartialEq for Trgsrc
Auto Trait Implementations§
impl Freeze for Trgsrc
impl RefUnwindSafe for Trgsrc
impl Send for Trgsrc
impl Sync for Trgsrc
impl Unpin for Trgsrc
impl UnsafeUnpin for Trgsrc
impl UnwindSafe for Trgsrc
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