pub enum TriggerSel {
Show 13 variants
Software = 0,
Tim1 = 1,
Tim2 = 2,
Tim4 = 3,
Tim5 = 4,
Tim6 = 5,
Tim7 = 6,
Tim8 = 7,
Tim15 = 8,
Lptim1 = 11,
Lptim2 = 12,
Exti9 = 13,
Lptim3 = 14,
}
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
Lptim1 = 11
Lptim2 = 12
Exti9 = 13
Lptim3 = 14
RM0455 suggests this might be LPTIM2 on DAC1 and LPTIM3 on DAC2, but it’s probably wrong. Please let us know if you find out.
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
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)