pub enum TriggerSel {
Show 16 variants
    Software = 0,
    Dac124Tim8Dac3Tim1 = 1,
    Tim7 = 2,
    Tim15 = 3,
    Tim2 = 4,
    Tim4 = 5,
    Exti9 = 6,
    Tim6 = 7,
    Tim3 = 8,
    HrtimDacRstTrg1 = 9,
    HrtimDacRstTrg2 = 10,
    HrtimDacRstTrg3 = 11,
    HrtimDacRstTrg4 = 12,
    HrtimDacRstTrg5 = 13,
    HrtimDacRstTrg6 = 14,
    HrtimDacTrg123 = 15,
}Expand description
Trigger selection for G4.
Variants§
Software = 0
Dac124Tim8Dac3Tim1 = 1
- DAC1, DAC2, DAC4: TIM8
- DAC3: TIM1
Tim7 = 2
Tim15 = 3
Tim2 = 4
Tim4 = 5
Exti9 = 6
Tim6 = 7
Tim3 = 8
HrtimDacRstTrg1 = 9
HrtimDacRstTrg2 = 10
HrtimDacRstTrg3 = 11
HrtimDacRstTrg4 = 12
HrtimDacRstTrg5 = 13
HrtimDacRstTrg6 = 14
HrtimDacTrg123 = 15
- DAC1, DAC4: HRTIM_DAC_TRG1
- DAC2: HRTIM_DAC_TRG2
- DAC3: HRTIM_DAC_TRG3
Implementations§
Trait Implementations§
Source§impl Clone for TriggerSel
 
impl Clone for TriggerSel
Source§fn clone(&self) -> TriggerSel
 
fn clone(&self) -> TriggerSel
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 Debug for TriggerSel
 
impl Debug for TriggerSel
Source§impl Format for TriggerSel
 
impl Format for TriggerSel
Source§impl PartialEq for TriggerSel
 
impl PartialEq for TriggerSel
impl Copy for TriggerSel
impl Eq for TriggerSel
impl StructuralPartialEq for TriggerSel
Auto Trait Implementations§
impl Freeze for TriggerSel
impl RefUnwindSafe for TriggerSel
impl Send for TriggerSel
impl Sync for TriggerSel
impl Unpin for TriggerSel
impl UnwindSafe for TriggerSel
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