Enum Smpsfbyp
#[repr(u8)]pub enum Smpsfbyp {
B0x0 = 0,
B0x1 = 1,
}Variants§
B0x0 = 0
no effect (by default).
B0x1 = 1
SMPS is disabled and bypassed (ENABLE_3V3=0 and PRECHARGE_3V3=1).
Implementations§
Trait Implementations§
impl Copy for Smpsfbyp
impl Eq for Smpsfbyp
§impl Ord for Smpsfbyp
impl Ord for Smpsfbyp
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Smpsfbyp
impl PartialOrd for Smpsfbyp
impl StructuralPartialEq for Smpsfbyp
Auto Trait Implementations§
impl Freeze for Smpsfbyp
impl RefUnwindSafe for Smpsfbyp
impl Send for Smpsfbyp
impl Sync for Smpsfbyp
impl Unpin for Smpsfbyp
impl UnsafeUnpin for Smpsfbyp
impl UnwindSafe for Smpsfbyp
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