Enum stm32_metapac::pwr::vals::Pvdo
#[repr(u8)]pub enum Pvdo {
ABOVEOREQUAL = 0,
BELOW = 1,
}
Variants§
ABOVEOREQUAL = 0
VDD is equal or above the PVD threshold selected by PVDLS[2:0].
BELOW = 1
VDD is below the PVD threshold selected by PVDLS[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
)