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