Enum Msibias
#[repr(u8)]pub enum Msibias {
Continuous = 0,
Sampling = 1,
}Variants§
Continuous = 0
MSI bias continuous mode (clock accuracy fast settling time).
Sampling = 1
MSI bias sampling mode when the device is in Stop 1 or Stop 2 mode, or when the regulator is in range 2.
Implementations§
Trait Implementations§
impl Copy for Msibias
impl Eq for Msibias
§impl Ord for Msibias
impl Ord for Msibias
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Msibias
impl PartialOrd for Msibias
impl StructuralPartialEq for Msibias
Auto Trait Implementations§
impl Freeze for Msibias
impl RefUnwindSafe for Msibias
impl Send for Msibias
impl Sync for Msibias
impl Unpin for Msibias
impl UnsafeUnpin for Msibias
impl UnwindSafe for Msibias
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