#[repr(u8)]
pub enum SQ8_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 Clone for SQ1_A

§

fn clone(&self) -> SQ1_A

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SQ1_A

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl PartialEq for SQ1_A

§

fn eq(&self, other: &SQ1_A) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

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> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.