Enum stm32wlxx_hal::pac::adc::cfgr1::CHSELRMOD_A
pub enum CHSELRMOD_A {
BitPerInput = 0,
Sequence = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CHSELRMOD
Value on reset: 0
Variants§
BitPerInput = 0
0: Each bit of the ADC_CHSELR register enables an input
Sequence = 1
1: ADC_CHSELR register is able to sequence up to 8 channels
Trait Implementations§
§impl Clone for CHSELRMOD_A
impl Clone for CHSELRMOD_A
§fn clone(&self) -> CHSELRMOD_A
fn clone(&self) -> CHSELRMOD_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 CHSELRMOD_A
impl Debug for CHSELRMOD_A
§impl PartialEq for CHSELRMOD_A
impl PartialEq for CHSELRMOD_A
§fn eq(&self, other: &CHSELRMOD_A) -> bool
fn eq(&self, other: &CHSELRMOD_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CHSELRMOD_A
impl StructuralPartialEq for CHSELRMOD_A
Auto Trait Implementations§
impl RefUnwindSafe for CHSELRMOD_A
impl Send for CHSELRMOD_A
impl Sync for CHSELRMOD_A
impl Unpin for CHSELRMOD_A
impl UnwindSafe for CHSELRMOD_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