Enum stm32wlxx_hal::pac::adc::chselr0::CHSEL_A
#[repr(u32)]pub enum CHSEL_A {
NotSelected = 0,
Selected = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CHSEL
Value on reset: 0
Variants§
NotSelected = 0
0: Input Channel is not selected for conversion
Selected = 1
1: Input Channel is selected for conversion
Trait Implementations§
impl Copy for CHSEL_A
impl StructuralPartialEq for CHSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for CHSEL_A
impl Send for CHSEL_A
impl Sync for CHSEL_A
impl Unpin for CHSEL_A
impl UnwindSafe for CHSEL_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