Enum stm32wlxx_hal::pac::tim1::or1::TI1_RMP_A
pub enum TI1_RMP_A {
Io = 0,
Comp1 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Input Capture 1 remap
Value on reset: 0
Variants§
Io = 0
0: TIM1 input capture 1 is connected to I/O
Comp1 = 1
1: TIM1 input capture 1 is connected to COMP1 output
Trait Implementations§
impl Copy for TI1_RMP_A
impl StructuralPartialEq for TI1_RMP_A
Auto Trait Implementations§
impl RefUnwindSafe for TI1_RMP_A
impl Send for TI1_RMP_A
impl Sync for TI1_RMP_A
impl Unpin for TI1_RMP_A
impl UnwindSafe for TI1_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