pub enum SMPSSupplyVoltage {
V1_8,
V2_5,
}Expand description
SMPS step-down converter voltage output level. This is only used in certain power supply configurations: SMPSLDO, SMPSExternalLDO, SMPSExternalLDOBypass.
Variants§
Trait Implementations§
Source§impl PartialEq for SMPSSupplyVoltage
impl PartialEq 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