Enum stm32_metapac::pwr::vals::Pls
#[repr(u8)]pub enum Pls {
LEVEL0 = 0,
LEVEL1 = 1,
LEVEL2 = 2,
LEVEL3 = 3,
LEVEL4 = 4,
LEVEL5 = 5,
LEVEL6 = 6,
PVDINPIN = 7,
}
Variants§
LEVEL0 = 0
PVD level0 (VPVD0 ~ 1.95 V)
LEVEL1 = 1
PVD level1 (VPVD1 ~ 2.10 V)
LEVEL2 = 2
PVD level2 (VPVD2 ~ 2.25 V)
LEVEL3 = 3
PVD level3 (VPVD3 ~ 2.40 V)
LEVEL4 = 4
PVD level4 (VPVD4 ~ 2.55 V)
LEVEL5 = 5
PVD level5 (VPVD5 ~ 2.70 V)
LEVEL6 = 6
PVD level6 (VPVD6 ~ 2.85 V)
PVDINPIN = 7
PVD_IN pin
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
)