Enum stm32wlxx_hal::pac::adc::chselr1::SQ6_A
#[repr(u8)]pub enum SQ6_A {
Show 16 variants
Ch0 = 0,
Ch1 = 1,
Ch2 = 2,
Ch3 = 3,
Ch4 = 4,
Ch5 = 5,
Ch6 = 6,
Ch7 = 7,
Ch8 = 8,
Ch9 = 9,
Ch10 = 10,
Ch11 = 11,
Ch12 = 12,
Ch13 = 13,
Ch14 = 14,
Eos = 15,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
SQ1
Value on reset: 0
Variants§
Ch0 = 0
0: Channel 0 selected for the Nth conversion
Ch1 = 1
1: Channel 1 selected for the Nth conversion
Ch2 = 2
2: Channel 2 selected for the Nth conversion
Ch3 = 3
3: Channel 3 selected for the Nth conversion
Ch4 = 4
4: Channel 4 selected for the Nth conversion
Ch5 = 5
5: Channel 5 selected for the Nth conversion
Ch6 = 6
6: Channel 6 selected for the Nth conversion
Ch7 = 7
7: Channel 7 selected for the Nth conversion
Ch8 = 8
8: Channel 8 selected for the Nth conversion
Ch9 = 9
9: Channel 9 selected for the Nth conversion
Ch10 = 10
10: Channel 10 selected for the Nth conversion
Ch11 = 11
11: Channel 11 selected for the Nth conversion
Ch12 = 12
12: Channel 12 selected for the Nth conversion
Ch13 = 13
13: Channel 13 selected for the Nth conversion
Ch14 = 14
14: Channel 14 selected for the Nth conversion
Eos = 15
15: End of sequence
Trait Implementations§
impl Copy for SQ1_A
impl StructuralPartialEq for SQ1_A
Auto Trait Implementations§
impl RefUnwindSafe for SQ1_A
impl Send for SQ1_A
impl Sync for SQ1_A
impl Unpin for SQ1_A
impl UnwindSafe for SQ1_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