Enum TriggerSource
#[repr(u8)]pub enum TriggerSource {
Itr0 = 0,
Itr1 = 1,
Itr2 = 2,
Itr3 = 3,
Ti1fEd = 4,
Ti1fp1 = 5,
Ti2fp2 = 6,
Etrf = 7,
}Variants§
Itr0 = 0
Internal Trigger 0 (ITR0)
Itr1 = 1
Internal Trigger 1 (ITR1)
Itr2 = 2
Internal Trigger 2 (ITR2)
Itr3 = 3
Internal Trigger 3 (ITR3)
Ti1fEd = 4
TI1 Edge Detector (TI1F_ED)
Ti1fp1 = 5
Filtered Timer Input 1 (TI1FP1)
Ti2fp2 = 6
Filtered Timer Input 2 (TI2FP2)
Etrf = 7
External Trigger input (ETRF)
Implementations§
Trait Implementations§
impl Copy for Ts
impl Eq for Ts
§impl Ord for Ts
impl Ord for Ts
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ts
impl PartialOrd 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 UnsafeUnpin 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