Enum stm32_metapac::timer::vals::Ts
#[repr(u8)]pub enum Ts {
ITR0 = 0,
ITR1 = 1,
ITR2 = 2,
ITR3 = 3,
TI1F_ED = 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)
TI1F_ED = 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 Ord for Ts
impl Ord for Ts
§impl PartialOrd for Ts
impl PartialOrd for Ts
§fn partial_cmp(&self, other: &Ts) -> Option<Ordering>
fn partial_cmp(&self, other: &Ts) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Ts
impl Eq 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