Enum stm32_metapac::pwr::vals::Actvosrdy
#[repr(u8)]pub enum Actvosrdy {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
VsubCORE/sub is above or below the current voltage scaling provided by ACTVOS.
B_0X1 = 1
VsubCORE /subis equal to the current voltage scaling provided by ACTVOS.
Implementations§
Trait Implementations§
§impl Ord for Actvosrdy
impl Ord for Actvosrdy
§impl PartialOrd for Actvosrdy
impl PartialOrd for Actvosrdy
impl Copy for Actvosrdy
impl Eq for Actvosrdy
impl StructuralPartialEq for Actvosrdy
Auto Trait Implementations§
impl Freeze for Actvosrdy
impl RefUnwindSafe for Actvosrdy
impl Send for Actvosrdy
impl Sync for Actvosrdy
impl Unpin for Actvosrdy
impl UnwindSafe for Actvosrdy
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
)