Enum 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