Enum stm32_metapac::pwr::vals::Pls
#[repr(u8)]pub enum Pls {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
B_0X4 = 4,
B_0X5 = 5,
B_0X6 = 6,
B_0X7 = 7,
}
Variants§
B_0X0 = 0
VPVD0 around 2.01V
B_0X1 = 1
VPVD1 around 2.21V
B_0X2 = 2
VPVD2 around 2.41V
B_0X3 = 3
VPVD3 around 2.51V
B_0X4 = 4
VPVD4 around 2.61V
B_0X5 = 5
VPVD5 around 2.81V
B_0X6 = 6
VPVD6 around 2.91V
B_0X7 = 7
External input analog voltage PVD_IN (compared 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
)