Enum d1_pac::sys_cfg::sys_ldo_ctrl::LDOA_TRIM_A

source ·
#[repr(u8)]
pub enum LDOA_TRIM_A {
Show 32 variants O1_593 = 0, O1_607 = 1, O1_627 = 2, O1_64 = 3, O1_653 = 4, O1_667 = 5, O1_680 = 6, O1_693 = 7, O1_707 = 8, O1_720 = 9, O1_733 = 10, O1_747 = 11, O1_76 = 12, O1_773 = 13, O1_787 = 14, O1_8 = 15, O1_813 = 16, O1_827 = 17, O1_84 = 18, O1_853 = 19, O1_867 = 20, O1_88 = 21, O1_893 = 22, O1_907 = 23, O1_92 = 24, O1_933 = 25, O1_947 = 26, O1_96 = 27, O1_973 = 28, O1_987 = 29, O2 = 30, O2_013 = 31,
}
Expand description

Value on reset: 0

Variants§

§

O1_593 = 0

0: 0

§

O1_607 = 1

1: 1

§

O1_627 = 2

2: 10

§

O1_64 = 3

3: 11

§

O1_653 = 4

4: 100

§

O1_667 = 5

5: 101

§

O1_680 = 6

6: 110

§

O1_693 = 7

7: 111

§

O1_707 = 8

8: 1000

§

O1_720 = 9

9: 1001

§

O1_733 = 10

10: 1010

§

O1_747 = 11

11: 1011

§

O1_76 = 12

12: 1100

§

O1_773 = 13

13: 1101

§

O1_787 = 14

14: 1110

§

O1_8 = 15

15: 1111

§

O1_813 = 16

16: 10000

§

O1_827 = 17

17: 10001

§

O1_84 = 18

18: 10010

§

O1_853 = 19

19: 10011

§

O1_867 = 20

20: 10100

§

O1_88 = 21

21: 10101

§

O1_893 = 22

22: 10110

§

O1_907 = 23

23: 10111

§

O1_92 = 24

24: 11000

§

O1_933 = 25

25: 11001

§

O1_947 = 26

26: 11010

§

O1_96 = 27

27: 11011

§

O1_973 = 28

28: 11100

§

O1_987 = 29

29: 11101

§

O2 = 30

30: 11110

§

O2_013 = 31

31: 11111

Trait Implementations§

source§

impl Clone for LDOA_TRIM_A

source§

fn clone(&self) -> LDOA_TRIM_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
source§

impl Debug for LDOA_TRIM_A

source§

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

Formats the value using the given formatter. Read more
source§

impl From<LDOA_TRIM_A> for u8

source§

fn from(variant: LDOA_TRIM_A) -> Self

Converts to this type from the input type.
source§

impl PartialEq for LDOA_TRIM_A

source§

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

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

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

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

impl Copy for LDOA_TRIM_A

source§

impl Eq for LDOA_TRIM_A

source§

impl StructuralPartialEq for LDOA_TRIM_A

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. 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 T
where 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 T
where 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 T
where 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.