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