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
impl Clone for LDOA_TRIM_A
source§fn clone(&self) -> LDOA_TRIM_A
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LDOA_TRIM_A
impl Debug for LDOA_TRIM_A
source§impl From<LDOA_TRIM_A> for u8
impl From<LDOA_TRIM_A> for u8
source§fn from(variant: LDOA_TRIM_A) -> Self
fn from(variant: LDOA_TRIM_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for LDOA_TRIM_A
impl PartialEq for LDOA_TRIM_A
impl Copy for LDOA_TRIM_A
impl Eq for LDOA_TRIM_A
impl StructuralPartialEq for LDOA_TRIM_A
Auto Trait Implementations§
impl Freeze for LDOA_TRIM_A
impl RefUnwindSafe for LDOA_TRIM_A
impl Send for LDOA_TRIM_A
impl Sync for LDOA_TRIM_A
impl Unpin for LDOA_TRIM_A
impl UnwindSafe for LDOA_TRIM_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)