#[repr(u8)]pub enum Misc0SetReftopSelfbiasoff {
REFTOP_SELFBIASOFF_0 = 0,
REFTOP_SELFBIASOFF_1 = 1,
}Variants§
REFTOP_SELFBIASOFF_0 = 0
Uses coarse bias currents for startup
REFTOP_SELFBIASOFF_1 = 1
Uses bandgap-based bias currents for best performance.
Implementations§
Trait Implementations§
Source§impl Clone for Misc0SetReftopSelfbiasoff
impl Clone for Misc0SetReftopSelfbiasoff
Source§fn clone(&self) -> Misc0SetReftopSelfbiasoff
fn clone(&self) -> Misc0SetReftopSelfbiasoff
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Misc0SetReftopSelfbiasoff
impl Debug for Misc0SetReftopSelfbiasoff
Source§impl From<Misc0SetReftopSelfbiasoff> for u8
impl From<Misc0SetReftopSelfbiasoff> for u8
Source§fn from(val: Misc0SetReftopSelfbiasoff) -> u8
fn from(val: Misc0SetReftopSelfbiasoff) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc0SetReftopSelfbiasoff
impl From<u8> for Misc0SetReftopSelfbiasoff
Source§fn from(val: u8) -> Misc0SetReftopSelfbiasoff
fn from(val: u8) -> Misc0SetReftopSelfbiasoff
Converts to this type from the input type.
Source§impl Ord for Misc0SetReftopSelfbiasoff
impl Ord for Misc0SetReftopSelfbiasoff
Source§fn cmp(&self, other: &Misc0SetReftopSelfbiasoff) -> Ordering
fn cmp(&self, other: &Misc0SetReftopSelfbiasoff) -> Ordering
1.21.0 · 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
Source§impl PartialOrd for Misc0SetReftopSelfbiasoff
impl PartialOrd for Misc0SetReftopSelfbiasoff
impl Copy for Misc0SetReftopSelfbiasoff
impl Eq for Misc0SetReftopSelfbiasoff
impl StructuralPartialEq for Misc0SetReftopSelfbiasoff
Auto Trait Implementations§
impl Freeze for Misc0SetReftopSelfbiasoff
impl RefUnwindSafe for Misc0SetReftopSelfbiasoff
impl Send for Misc0SetReftopSelfbiasoff
impl Sync for Misc0SetReftopSelfbiasoff
impl Unpin for Misc0SetReftopSelfbiasoff
impl UnwindSafe for Misc0SetReftopSelfbiasoff
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