#[repr(u8)]pub enum TS {
Itr0 = 0,
Itr1 = 1,
Itr2 = 2,
Ti1fEd = 4,
Ti1fp1 = 5,
Ti2fp2 = 6,
Etrf = 7,
}
Expand description
Trigger selection
Value on reset: 0
Variants§
Itr0 = 0
0: Internal Trigger 0 (ITR0)
Itr1 = 1
1: Internal Trigger 1 (ITR1)
Itr2 = 2
2: Internal Trigger 2 (ITR2)
Ti1fEd = 4
4: TI1 Edge Detector (TI1F_ED)
Ti1fp1 = 5
5: Filtered Timer Input 1 (TI1FP1)
Ti2fp2 = 6
6: Filtered Timer Input 2 (TI2FP2)
Etrf = 7
7: External Trigger input (ETRF)
Trait Implementations§
impl Copy for TS
impl Eq for TS
impl IsEnum for TS
impl StructuralPartialEq for TS
Auto Trait Implementations§
impl Freeze for TS
impl RefUnwindSafe for TS
impl Send for TS
impl Sync for TS
impl Unpin for TS
impl UnwindSafe for TS
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