Enum stm32wlxx_hal::pac::tim1::or1::TIM1_ETR_ADC1_RMP_A
#[repr(u8)]pub enum TIM1_ETR_ADC1_RMP_A {
Select = 0,
AdcAwd1 = 1,
AdcAwd2 = 2,
AdcAwd3 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TIM1_ETR_ADC1 remapping capability
Value on reset: 0
Variants§
Select = 0
0: TIM1_ETR is not connected to ADC AWDx (must be selected when the ETR comes from the ETR input pin)
AdcAwd1 = 1
1: TIM1_ETR is connected to ADC AWD1
AdcAwd2 = 2
2: TIM1_ETR is connected to ADC AWD2
AdcAwd3 = 3
3: TIM1_ETR is connected to ADC AWD3
Trait Implementations§
§impl Clone for TIM1_ETR_ADC1_RMP_A
impl Clone for TIM1_ETR_ADC1_RMP_A
§fn clone(&self) -> TIM1_ETR_ADC1_RMP_A
fn clone(&self) -> TIM1_ETR_ADC1_RMP_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for TIM1_ETR_ADC1_RMP_A
impl Debug for TIM1_ETR_ADC1_RMP_A
§impl PartialEq for TIM1_ETR_ADC1_RMP_A
impl PartialEq for TIM1_ETR_ADC1_RMP_A
§fn eq(&self, other: &TIM1_ETR_ADC1_RMP_A) -> bool
fn eq(&self, other: &TIM1_ETR_ADC1_RMP_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TIM1_ETR_ADC1_RMP_A
impl StructuralPartialEq for TIM1_ETR_ADC1_RMP_A
Auto Trait Implementations§
impl RefUnwindSafe for TIM1_ETR_ADC1_RMP_A
impl Send for TIM1_ETR_ADC1_RMP_A
impl Sync for TIM1_ETR_ADC1_RMP_A
impl Unpin for TIM1_ETR_ADC1_RMP_A
impl UnwindSafe for TIM1_ETR_ADC1_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