pub enum InjTrigSource {
TRG_0 = 0,
TRG_1 = 1,
TRG_2 = 2,
TRG_3 = 3,
TRG_4 = 4,
TRG_5 = 5,
TRG_6 = 6,
TRG_7 = 7,
}
Expand description
ADC injected trigger source selection
Variants§
Trait Implementations§
Source§impl Clone for InjTrigSource
impl Clone for InjTrigSource
Source§fn clone(&self) -> InjTrigSource
fn clone(&self) -> InjTrigSource
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for InjTrigSource
impl PartialEq for InjTrigSource
impl Copy for InjTrigSource
impl Eq for InjTrigSource
impl StructuralPartialEq for InjTrigSource
Auto Trait Implementations§
impl Freeze for InjTrigSource
impl RefUnwindSafe for InjTrigSource
impl Send for InjTrigSource
impl Sync for InjTrigSource
impl Unpin for InjTrigSource
impl UnwindSafe for InjTrigSource
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