Enum stm32_metapac::pwr::vals::Pls
#[repr(u8)]pub enum Pls {
V1_9 = 0,
V2_1 = 1,
V2_3 = 2,
V2_5 = 3,
V2_7 = 4,
V2_9 = 5,
V3_1 = 6,
EXTERNAL = 7,
}
Variants§
V1_9 = 0
1.9 V
V2_1 = 1
2.1 V
V2_3 = 2
2.3 V
V2_5 = 3
2.5 V
V2_7 = 4
2.7 V
V2_9 = 5
2.9 V
V3_1 = 6
3.1 V
EXTERNAL = 7
External input analog voltage (Compare internally to VREFINT)
Implementations§
Trait Implementations§
§impl Ord for Pls
impl Ord for Pls
§impl PartialOrd for Pls
impl PartialOrd for Pls
impl Copy for Pls
impl Eq for Pls
impl StructuralPartialEq for Pls
Auto Trait Implementations§
impl Freeze for Pls
impl RefUnwindSafe for Pls
impl Send for Pls
impl Sync for Pls
impl Unpin for Pls
impl UnwindSafe for Pls
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
)