Enum stm32_metapac::pwr::vals::Als
#[repr(u8)]pub enum Als {
LEVEL0 = 0,
LEVEL1 = 1,
LEVEL2 = 2,
LEVEL3 = 3,
}
Variants§
LEVEL0 = 0
AVD level0 (VAVD0 ~ 1.7 V)
LEVEL1 = 1
AVD level1 (VAVD1 ~ 2.1 V)
LEVEL2 = 2
AVD level2 (VAVD2 ~ 2.5 V)
LEVEL3 = 3
AVD level3 (VAVD3 ~ 2.8 V)
Implementations§
Trait Implementations§
§impl Ord for Als
impl Ord for Als
§impl PartialOrd for Als
impl PartialOrd for Als
impl Copy for Als
impl Eq for Als
impl StructuralPartialEq for Als
Auto Trait Implementations§
impl Freeze for Als
impl RefUnwindSafe for Als
impl Send for Als
impl Sync for Als
impl Unpin for Als
impl UnwindSafe for Als
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
)