#[repr(u8)]pub enum IfrDisable {
ENABLED = 0,
DISABLED = 1,
}Variants§
ENABLED = 0
IFR write access to SCG trim registers not disabled. The SCG Trim registers are reprogrammed with the IFR values after any system reset.
DISABLED = 1
IFR write access to SCG trim registers during system reset is blocked.
Implementations§
Source§impl IfrDisable
impl IfrDisable
Trait Implementations§
Source§impl Clone for IfrDisable
impl Clone for IfrDisable
Source§fn clone(&self) -> IfrDisable
fn clone(&self) -> IfrDisable
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 IfrDisable
impl Debug for IfrDisable
Source§impl From<IfrDisable> for u8
impl From<IfrDisable> for u8
Source§fn from(val: IfrDisable) -> u8
fn from(val: IfrDisable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for IfrDisable
impl From<u8> for IfrDisable
Source§fn from(val: u8) -> IfrDisable
fn from(val: u8) -> IfrDisable
Converts to this type from the input type.
Source§impl Ord for IfrDisable
impl Ord for IfrDisable
Source§fn cmp(&self, other: &IfrDisable) -> Ordering
fn cmp(&self, other: &IfrDisable) -> 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 IfrDisable
impl PartialEq for IfrDisable
Source§impl PartialOrd for IfrDisable
impl PartialOrd for IfrDisable
impl Copy for IfrDisable
impl Eq for IfrDisable
impl StructuralPartialEq for IfrDisable
Auto Trait Implementations§
impl Freeze for IfrDisable
impl RefUnwindSafe for IfrDisable
impl Send for IfrDisable
impl Sync for IfrDisable
impl Unpin for IfrDisable
impl UnwindSafe for IfrDisable
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