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
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)