Enum Ti1s
#[repr(u8)]pub enum Ti1s {
Normal = 0,
Xor = 1,
}Variants§
Normal = 0
The TIMx_CH1 pin is connected to TI1 input
Xor = 1
The TIMx_CH1, CH2, CH3 pins are connected to TI1 input
Implementations§
Trait Implementations§
impl Copy for Ti1s
impl Eq for Ti1s
§impl Ord for Ti1s
impl Ord for Ti1s
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 Ti1s
impl PartialOrd for Ti1s
impl StructuralPartialEq for Ti1s
Auto Trait Implementations§
impl Freeze for Ti1s
impl RefUnwindSafe for Ti1s
impl Send for Ti1s
impl Sync for Ti1s
impl Unpin for Ti1s
impl UnsafeUnpin for Ti1s
impl UnwindSafe for Ti1s
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