#[repr(u8)]pub enum TSEL2 {
Tim6Trgo = 0,
Tim8Trgo = 1,
Tim7Trgo = 2,
Tim5Trgo = 3,
Tim2Trgo = 4,
Tim4Trgo = 5,
Exti9 = 6,
Software = 7,
}
Expand description
DAC channel2 trigger selection
Value on reset: 0
Variants§
Tim6Trgo = 0
0: Timer 6 TRGO event
Tim8Trgo = 1
1: Timer 8 TRGO event
Tim7Trgo = 2
2: Timer 7 TRGO event
Tim5Trgo = 3
3: Timer 5 TRGO event
Tim2Trgo = 4
4: Timer 2 TRGO event
Tim4Trgo = 5
5: Timer 4 TRGO event
Exti9 = 6
6: EXTI line9
Software = 7
7: Software trigger
Trait Implementations§
impl Copy for TSEL2
impl Eq for TSEL2
impl IsEnum for TSEL2
impl StructuralPartialEq for TSEL2
Auto Trait Implementations§
impl Freeze for TSEL2
impl RefUnwindSafe for TSEL2
impl Send for TSEL2
impl Sync for TSEL2
impl Unpin for TSEL2
impl UnwindSafe for TSEL2
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