Enum stm32_metapac::pwr::vals::Pvdo
#[repr(u8)]pub enum Pvdo {
ABOVEOREQUAL = 0,
BELOW = 1,
}
Variants§
ABOVEOREQUAL = 0
VDD or PVD_IN voltage is equal or higher than the PVD threshold selected through the.
BELOW = 1
VDD or PVD_IN voltage is lower than the PVD threshold selected through the PLS[2:0].
Implementations§
Trait Implementations§
§impl Ord for Pvdo
impl Ord for Pvdo
§impl PartialOrd for Pvdo
impl PartialOrd for Pvdo
impl Copy for Pvdo
impl Eq for Pvdo
impl StructuralPartialEq for Pvdo
Auto Trait Implementations§
impl Freeze for Pvdo
impl RefUnwindSafe for Pvdo
impl Send for Pvdo
impl Sync for Pvdo
impl Unpin for Pvdo
impl UnwindSafe for Pvdo
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
)