pub enum AUTOTRIMEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Automatic trimming enable This bit enables the automatic hardware adjustment of TRIM bits according to the measured frequency error between two SYNC events. If this bit is set, the TRIM bits are read-only. The TRIM value can be adjusted by hardware by one or two steps at a time, depending on the measured frequency error value. Refer to Section7.3.4: Frequency error evaluation and automatic trimming for more details.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for AUTOTRIMEN
impl Clone for AUTOTRIMEN
Source§fn clone(&self) -> AUTOTRIMEN
fn clone(&self) -> AUTOTRIMEN
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 AUTOTRIMEN
impl Debug for AUTOTRIMEN
Source§impl PartialEq for AUTOTRIMEN
impl PartialEq for AUTOTRIMEN
impl Copy for AUTOTRIMEN
impl Eq for AUTOTRIMEN
impl StructuralPartialEq for AUTOTRIMEN
Auto Trait Implementations§
impl Freeze for AUTOTRIMEN
impl RefUnwindSafe for AUTOTRIMEN
impl Send for AUTOTRIMEN
impl Sync for AUTOTRIMEN
impl Unpin for AUTOTRIMEN
impl UnwindSafe for AUTOTRIMEN
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