pub enum TI1SW {
NORMAL,
XOR,
}
Expand description
Values that can be written to the field TI1S
Variants§
NORMAL
The TIMx_CH1 pin is connected to TI1 input
XOR
The TIMx_CH1, CH2, CH3 pins are connected to TI1 input
Auto Trait Implementations§
impl Freeze for TI1SW
impl RefUnwindSafe for TI1SW
impl Send for TI1SW
impl Sync for TI1SW
impl Unpin for TI1SW
impl UnwindSafe for TI1SW
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