Enum embassy_stm32::rcc::SMPSSupplyVoltage
source · 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
source§fn eq(&self, other: &SMPSSupplyVoltage) -> bool
fn eq(&self, other: &SMPSSupplyVoltage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SMPSSupplyVoltage
Auto Trait Implementations§
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