Enum stm32wlxx_hal::pac::tim2::or1::ETR_RMP_A
pub enum ETR_RMP_A {
Gpio = 0,
Tim2Etr = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
External trigger remap
Value on reset: 0
Variants§
Gpio = 0
0: TIM2 ETR is connected to GPIO: Refer to Alternate Function mapping
Tim2Etr = 1
1: LSE internal clock is connected to TIM2_ETR input
Trait Implementations§
impl Copy for ETR_RMP_A
impl StructuralPartialEq for ETR_RMP_A
Auto Trait Implementations§
impl RefUnwindSafe for ETR_RMP_A
impl Send for ETR_RMP_A
impl Sync for ETR_RMP_A
impl Unpin for ETR_RMP_A
impl UnwindSafe for ETR_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