Enum stm32wlxx_hal::pac::tim2::or1::TI4_RMP_A
#[repr(u8)]pub enum TI4_RMP_A {
Gpio = 0,
Comp1 = 1,
Comp2 = 2,
Comp12 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Input capture 4 remap
Value on reset: 0
Variants§
Gpio = 0
0: TIM2 TI4 is connected to GPIO: Refer to Alternate Function mapping
Comp1 = 1
1: TIM2 TI4 is connected to COMP1_OUT
Comp2 = 2
2: TIM2 TI4 is connected to COMP2_OUT
Comp12 = 3
3: TIM2 TI4 is connected to a logical OR between COMP1_OUT and COMP2_OUT
Trait Implementations§
impl Copy for TI4_RMP_A
impl StructuralPartialEq for TI4_RMP_A
Auto Trait Implementations§
impl RefUnwindSafe for TI4_RMP_A
impl Send for TI4_RMP_A
impl Sync for TI4_RMP_A
impl Unpin for TI4_RMP_A
impl UnwindSafe for TI4_RMP_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