#[repr(u8)]pub enum Misc0TogReftopSelfbiasoff {
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 Misc0TogReftopSelfbiasoff
impl Clone for Misc0TogReftopSelfbiasoff
Source§fn clone(&self) -> Misc0TogReftopSelfbiasoff
fn clone(&self) -> Misc0TogReftopSelfbiasoff
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 Misc0TogReftopSelfbiasoff
impl Debug for Misc0TogReftopSelfbiasoff
Source§impl From<Misc0TogReftopSelfbiasoff> for u8
impl From<Misc0TogReftopSelfbiasoff> for u8
Source§fn from(val: Misc0TogReftopSelfbiasoff) -> u8
fn from(val: Misc0TogReftopSelfbiasoff) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc0TogReftopSelfbiasoff
impl From<u8> for Misc0TogReftopSelfbiasoff
Source§fn from(val: u8) -> Misc0TogReftopSelfbiasoff
fn from(val: u8) -> Misc0TogReftopSelfbiasoff
Converts to this type from the input type.
Source§impl Ord for Misc0TogReftopSelfbiasoff
impl Ord for Misc0TogReftopSelfbiasoff
Source§fn cmp(&self, other: &Misc0TogReftopSelfbiasoff) -> Ordering
fn cmp(&self, other: &Misc0TogReftopSelfbiasoff) -> 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 Misc0TogReftopSelfbiasoff
impl PartialOrd for Misc0TogReftopSelfbiasoff
impl Copy for Misc0TogReftopSelfbiasoff
impl Eq for Misc0TogReftopSelfbiasoff
impl StructuralPartialEq for Misc0TogReftopSelfbiasoff
Auto Trait Implementations§
impl Freeze for Misc0TogReftopSelfbiasoff
impl RefUnwindSafe for Misc0TogReftopSelfbiasoff
impl Send for Misc0TogReftopSelfbiasoff
impl Sync for Misc0TogReftopSelfbiasoff
impl Unpin for Misc0TogReftopSelfbiasoff
impl UnwindSafe for Misc0TogReftopSelfbiasoff
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