#[repr(u8)]pub enum RestartIfrtrimEn {
LOAD_TRIM_FINE_MID = 0,
LOAD_TRIM_FINE_IFR = 1,
}Variants§
LOAD_TRIM_FINE_MID = 0
Trim fine adjustment always works based on the previous updated trim fine value.
LOAD_TRIM_FINE_IFR = 1
Trim fine restarts from the IFR trim value whenever you detect bus_reset or bus_resume or deassert module enable.
Implementations§
Trait Implementations§
Source§impl Clone for RestartIfrtrimEn
impl Clone for RestartIfrtrimEn
Source§fn clone(&self) -> RestartIfrtrimEn
fn clone(&self) -> RestartIfrtrimEn
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 RestartIfrtrimEn
impl Debug for RestartIfrtrimEn
Source§impl From<RestartIfrtrimEn> for u8
impl From<RestartIfrtrimEn> for u8
Source§fn from(val: RestartIfrtrimEn) -> u8
fn from(val: RestartIfrtrimEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RestartIfrtrimEn
impl From<u8> for RestartIfrtrimEn
Source§fn from(val: u8) -> RestartIfrtrimEn
fn from(val: u8) -> RestartIfrtrimEn
Converts to this type from the input type.
Source§impl Ord for RestartIfrtrimEn
impl Ord for RestartIfrtrimEn
Source§fn cmp(&self, other: &RestartIfrtrimEn) -> Ordering
fn cmp(&self, other: &RestartIfrtrimEn) -> 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 PartialEq for RestartIfrtrimEn
impl PartialEq for RestartIfrtrimEn
Source§impl PartialOrd for RestartIfrtrimEn
impl PartialOrd for RestartIfrtrimEn
impl Copy for RestartIfrtrimEn
impl Eq for RestartIfrtrimEn
impl StructuralPartialEq for RestartIfrtrimEn
Auto Trait Implementations§
impl Freeze for RestartIfrtrimEn
impl RefUnwindSafe for RestartIfrtrimEn
impl Send for RestartIfrtrimEn
impl Sync for RestartIfrtrimEn
impl Unpin for RestartIfrtrimEn
impl UnwindSafe for RestartIfrtrimEn
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