Enum stm32wlxx_hal::pac::adc::smpr::SMPSEL12_A
pub enum SMPSEL12_A {
Smp1 = 0,
Smp2 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
SMPSEL
Value on reset: 0
Variants§
Smp1 = 0
0: Sampling time of CHANNELx use the setting of SMP1 register
Smp2 = 1
1: Sampling time of CHANNELx use the setting of SMP2 register
Trait Implementations§
impl Copy for SMPSEL0_A
impl StructuralPartialEq for SMPSEL0_A
Auto Trait Implementations§
impl RefUnwindSafe for SMPSEL0_A
impl Send for SMPSEL0_A
impl Sync for SMPSEL0_A
impl Unpin for SMPSEL0_A
impl UnwindSafe for SMPSEL0_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