Enum stm32_metapac::timer::vals::Tis
#[repr(u8)]pub enum Tis {
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 Ord for Tis
impl Ord for Tis
§impl PartialOrd for Tis
impl PartialOrd for Tis
§fn partial_cmp(&self, other: &Tis) -> Option<Ordering>
fn partial_cmp(&self, other: &Tis) -> 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 Tis
impl Eq for Tis
impl StructuralPartialEq for Tis
Auto Trait Implementations§
impl Freeze for Tis
impl RefUnwindSafe for Tis
impl Send for Tis
impl Sync for Tis
impl Unpin for Tis
impl UnwindSafe for Tis
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