pub enum TI1S {
Normal = 0,
Xor = 1,
}
Expand description
TI1 selection
Value on reset: 0
Variants§
Normal = 0
0: The TIMx_CH1 pin is connected to TI1 input
Xor = 1
1: The TIMx_CH1, CH2, CH3 pins are connected to TI1 input
Trait Implementations§
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