pub enum SMPSEL0 {
Smp1 = 0,
Smp2 = 1,
}
Expand description
Channel-%s sampling time selection
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
impl Eq for SMPSEL0
impl StructuralPartialEq for SMPSEL0
Auto Trait Implementations§
impl Freeze for SMPSEL0
impl RefUnwindSafe for SMPSEL0
impl Send for SMPSEL0
impl Sync for SMPSEL0
impl Unpin for SMPSEL0
impl UnwindSafe for SMPSEL0
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