Enum d1_pac::sys_cfg::sys_ldo_ctrl::LDOB_TRIM_A

source ·
#[repr(u8)]
pub enum LDOB_TRIM_A {
Show 64 variants O1_167 = 0, O1_18 = 1, O1_193 = 2, O1_207 = 3, O1_22 = 4, O1_233 = 5, O1_247 = 6, O1_260 = 7, O1_273 = 8, O1_287 = 9, O1_3 = 10, O1_313 = 11, O1_327 = 12, O1_340 = 13, O1_353 = 14, O1_367 = 15, O1_38 = 16, O1_393 = 17, O1_407 = 18, O1_42 = 19, O1_433 = 20, O1_447 = 21, O1_46 = 22, O1_473 = 23, O1_487 = 24, O1_5 = 25, O1_513 = 26, O1_527 = 27, O1_54 = 28, O1_553 = 29, O1_567 = 30, O1_58 = 31, O1_593 = 32, O1_607 = 33, O1_627 = 34, O1_64 = 35, O1_653 = 36, O1_667 = 37, O1_680 = 38, O1_693 = 39, O1_707 = 40, O1_720 = 41, O1_733 = 42, O1_747 = 43, O1_76 = 44, O1_773 = 45, O1_787 = 46, O1_8 = 47, O1_813 = 48, O1_827 = 49, O1_84 = 50, O1_853 = 51, O1_867 = 52, O1_88 = 53, O1_893 = 54, O1_907 = 55, O1_92 = 56, O1_933 = 57, O1_947 = 58, O1_96 = 59, O1_973 = 60, O1_987 = 61, O2 = 62, O2_013 = 63,
}
Expand description

Value on reset: 0

Variants§

§

O1_167 = 0

0: 0

§

O1_18 = 1

1: 1

§

O1_193 = 2

2: 10

§

O1_207 = 3

3: 11

§

O1_22 = 4

4: 100

§

O1_233 = 5

5: 101

§

O1_247 = 6

6: 110

§

O1_260 = 7

7: 111

§

O1_273 = 8

8: 1000

§

O1_287 = 9

9: 1001

§

O1_3 = 10

10: 1010

§

O1_313 = 11

11: 1011

§

O1_327 = 12

12: 1100

§

O1_340 = 13

13: 1101

§

O1_353 = 14

14: 1110

§

O1_367 = 15

15: 1111

§

O1_38 = 16

16: 10000

§

O1_393 = 17

17: 10001

§

O1_407 = 18

18: 10010

§

O1_42 = 19

19: 10011

§

O1_433 = 20

20: 10100

§

O1_447 = 21

21: 10101

§

O1_46 = 22

22: 10110

§

O1_473 = 23

23: 10111

§

O1_487 = 24

24: 11000

§

O1_5 = 25

25: 11001

§

O1_513 = 26

26: 11010

§

O1_527 = 27

27: 11011

§

O1_54 = 28

28: 11100

§

O1_553 = 29

29: 11101

§

O1_567 = 30

30: 11110

§

O1_58 = 31

31: 11111

§

O1_593 = 32

32: 100000

§

O1_607 = 33

33: 100001

§

O1_627 = 34

34: 100010

§

O1_64 = 35

35: 100011

§

O1_653 = 36

36: 100100

§

O1_667 = 37

37: 100101

§

O1_680 = 38

38: 100110

§

O1_693 = 39

39: 100111

§

O1_707 = 40

40: 101000

§

O1_720 = 41

41: 101001

§

O1_733 = 42

42: 101010

§

O1_747 = 43

43: 101011

§

O1_76 = 44

44: 101100

§

O1_773 = 45

45: 101101

§

O1_787 = 46

46: 101110

§

O1_8 = 47

47: 101111

§

O1_813 = 48

48: 110000

§

O1_827 = 49

49: 110001

§

O1_84 = 50

50: 110010

§

O1_853 = 51

51: 110011

§

O1_867 = 52

52: 110100

§

O1_88 = 53

53: 110101

§

O1_893 = 54

54: 110110

§

O1_907 = 55

55: 110111

§

O1_92 = 56

56: 111000

§

O1_933 = 57

57: 111001

§

O1_947 = 58

58: 111010

§

O1_96 = 59

59: 111011

§

O1_973 = 60

60: 111100

§

O1_987 = 61

61: 111101

§

O2 = 62

62: 111110

§

O2_013 = 63

63: 111111

Trait Implementations§

source§

impl Clone for LDOB_TRIM_A

source§

fn clone(&self) -> LDOB_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 LDOB_TRIM_A

source§

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

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

impl From<LDOB_TRIM_A> for u8

source§

fn from(variant: LDOB_TRIM_A) -> Self

Converts to this type from the input type.
source§

impl PartialEq for LDOB_TRIM_A

source§

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

source§

impl Eq for LDOB_TRIM_A

source§

impl StructuralPartialEq for LDOB_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.