#[repr(u8)]pub enum Vreghvout {
_1V8 = 0,
_2V1 = 1,
_2V4 = 2,
_2V7 = 3,
_3V0 = 4,
_3V3 = 5,
_RESERVED_6 = 6,
DEFAULT = 7,
}
Variants§
_1V8 = 0
1.8 V
_2V1 = 1
2.1 V
_2V4 = 2
2.4 V
_2V7 = 3
2.7 V
_3V0 = 4
3.0 V
_3V3 = 5
3.3 V
_RESERVED_6 = 6
DEFAULT = 7
Default voltage: 1.8 V
Implementations§
Trait Implementations§
Source§impl Ord for Vreghvout
impl Ord for Vreghvout
Source§impl PartialOrd for Vreghvout
impl PartialOrd for Vreghvout
impl Copy for Vreghvout
impl Eq for Vreghvout
impl StructuralPartialEq for Vreghvout
Auto Trait Implementations§
impl Freeze for Vreghvout
impl RefUnwindSafe for Vreghvout
impl Send for Vreghvout
impl Sync for Vreghvout
impl Unpin for Vreghvout
impl UnwindSafe for Vreghvout
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§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
)