Enum stm32wlxx_hal::pac::tim1::cr2::TI1S_A
pub enum TI1S_A {
Normal = 0,
Xor = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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_A
impl StructuralPartialEq for TI1S_A
Auto Trait Implementations§
impl RefUnwindSafe for TI1S_A
impl Send for TI1S_A
impl Sync for TI1S_A
impl Unpin for TI1S_A
impl UnwindSafe for TI1S_A
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