Enum stm32_metapac::timer::vals::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 Ord for Ti1s
impl Ord for Ti1s
§impl PartialOrd for Ti1s
impl PartialOrd for Ti1s
impl Copy for Ti1s
impl Eq 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 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
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
)