Enum embassy_stm32::dac::TriggerSel
source · pub enum TriggerSel {
Show 14 variants
Software = 0,
Tim1 = 1,
Tim2 = 2,
Tim4 = 3,
Tim5 = 4,
Tim6 = 5,
Tim7 = 6,
Tim8 = 7,
Tim15 = 8,
Hrtim1DacTrg1 = 9,
Hrtim1DacTrg2 = 10,
Lptim1 = 11,
Lptim2 = 12,
Exti9 = 13,
}
Expand description
Trigger selection for L4+, L5, U5, H7.
Variants§
Software = 0
Tim1 = 1
Tim2 = 2
Tim4 = 3
Tim5 = 4
Tim6 = 5
Tim7 = 6
Tim8 = 7
Tim15 = 8
Hrtim1DacTrg1 = 9
Hrtim1DacTrg2 = 10
Lptim1 = 11
Lptim2 = 12
Exti9 = 13
Implementations§
Trait Implementations§
source§impl Clone for TriggerSel
impl Clone for TriggerSel
source§fn clone(&self) -> TriggerSel
fn clone(&self) -> TriggerSel
Returns a copy 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 TriggerSel
impl Debug for TriggerSel
source§impl Format for TriggerSel
impl Format for TriggerSel
source§impl PartialEq for TriggerSel
impl PartialEq for TriggerSel
source§fn eq(&self, other: &TriggerSel) -> bool
fn eq(&self, other: &TriggerSel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TriggerSel
impl Eq for TriggerSel
impl StructuralEq for TriggerSel
impl StructuralPartialEq for TriggerSel
Auto Trait Implementations§
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