#[repr(u8)]pub enum TSEL1 {
Tim6trgo = 0,
Tim3trgo = 1,
Tim7trgo = 2,
Tim15trgo = 3,
Tim2trgo = 4,
Tim4trgo = 5,
Exti9 = 6,
Software = 7,
}
Expand description
DAC channel1 trigger selection
Value on reset: 0
Variants§
Tim6trgo = 0
0: Timer 6 TRGO event
Tim3trgo = 1
1: Timer 3 TRGO event depending on the value of DAC_TRIG_RMP bit in SYSCFG_CFGR1 register
Tim7trgo = 2
2: Timer 7 TRGO event
Tim15trgo = 3
3: Timer 15 TRGO event
Tim2trgo = 4
4: Timer 2 TRGO event
Tim4trgo = 5
5: Timer 4 TRGO event
Exti9 = 6
6: EXTI line 9
Software = 7
7: Software trigger
Trait Implementations§
impl Copy for TSEL1
impl Eq for TSEL1
impl IsEnum for TSEL1
impl StructuralPartialEq for TSEL1
Auto Trait Implementations§
impl Freeze for TSEL1
impl RefUnwindSafe for TSEL1
impl Send for TSEL1
impl Sync for TSEL1
impl Unpin for TSEL1
impl UnwindSafe for TSEL1
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