pub enum SMPSSupplyVoltage {
V1_8,
}
Expand description
SMPS step-down converter voltage output level. This is only used in certain power supply configurations: SMPSLDO, SMPSExternalLDO, SMPSExternalLDOBypass.
Variants§
V1_8
1.8v
Trait Implementations§
source§impl Clone for SMPSSupplyVoltage
impl Clone for SMPSSupplyVoltage
source§fn clone(&self) -> SMPSSupplyVoltage
fn clone(&self) -> SMPSSupplyVoltage
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 SMPSSupplyVoltage
impl Debug for SMPSSupplyVoltage
source§impl PartialEq for SMPSSupplyVoltage
impl PartialEq for SMPSSupplyVoltage
impl Copy for SMPSSupplyVoltage
impl Eq for SMPSSupplyVoltage
impl StructuralPartialEq for SMPSSupplyVoltage
Auto Trait Implementations§
impl Freeze for SMPSSupplyVoltage
impl RefUnwindSafe for SMPSSupplyVoltage
impl Send for SMPSSupplyVoltage
impl Sync for SMPSSupplyVoltage
impl Unpin for SMPSSupplyVoltage
impl UnwindSafe for SMPSSupplyVoltage
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
)