#[repr(u8)]
pub enum MAMP1_A { Amp1 = 0, Amp3 = 1, Amp7 = 2, Amp15 = 3, Amp31 = 4, Amp63 = 5, Amp127 = 6, Amp255 = 7, Amp511 = 8, Amp1023 = 9, Amp2047 = 10, Amp4095 = 11, }
Available on crate feature stm32wl5x_cm4 only.
Expand description

DAC channel1 mask/amplitude selector

Value on reset: 0

Variants§

§

Amp1 = 0

0: Unmask bit0 of LFSR/ triangle amplitude equal to 1

§

Amp3 = 1

1: Unmask bits[1:0] of LFSR/ triangle amplitude equal to 3

§

Amp7 = 2

2: Unmask bits[2:0] of LFSR/ triangle amplitude equal to 7

§

Amp15 = 3

3: Unmask bits[3:0] of LFSR/ triangle amplitude equal to 15

§

Amp31 = 4

4: Unmask bits[4:0] of LFSR/ triangle amplitude equal to 31

§

Amp63 = 5

5: Unmask bits[5:0] of LFSR/ triangle amplitude equal 63

§

Amp127 = 6

6: Unmask bits[6:0] of LFSR/ triangle amplitude equal to 127

§

Amp255 = 7

7: Unmask bits[7:0] of LFSR/ triangle amplitude equal to 255

§

Amp511 = 8

8: Unmask bits[8:0] of LFSR/ triangle amplitude equal to 511

§

Amp1023 = 9

9: Unmask bits[9:0] of LFSR/ triangle amplitude equal to 1023

§

Amp2047 = 10

10: Unmask bits[10:0] of LFSR/ triangle amplitude equal to 2047

§

Amp4095 = 11

11: Unmask bits[11:0] of LFSR/ triangle amplitude equal to 4095

Trait Implementations§

§

impl Clone for MAMP1_A

§

fn clone(&self) -> MAMP1_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 MAMP1_A

§

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

Formats the value using the given formatter. Read more
§

impl PartialEq for MAMP1_A

§

fn eq(&self, other: &MAMP1_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 MAMP1_A

§

impl StructuralPartialEq for MAMP1_A

Auto Trait Implementations§

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.