#[repr(u8)]pub enum Misc2ClrPll3Disable {
PLL3_DISABLE_0 = 0,
PLL3_DISABLE_1 = 1,
}Variants§
PLL3_DISABLE_0 = 0
PLL3 is being used by peripherals and is enabled when SoC is not in any low power mode
PLL3_DISABLE_1 = 1
PLL3 can be disabled when the SoC is not in any low power mode
Implementations§
Trait Implementations§
Source§impl Clone for Misc2ClrPll3Disable
impl Clone for Misc2ClrPll3Disable
Source§fn clone(&self) -> Misc2ClrPll3Disable
fn clone(&self) -> Misc2ClrPll3Disable
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 Misc2ClrPll3Disable
impl Debug for Misc2ClrPll3Disable
Source§impl From<Misc2ClrPll3Disable> for u8
impl From<Misc2ClrPll3Disable> for u8
Source§fn from(val: Misc2ClrPll3Disable) -> u8
fn from(val: Misc2ClrPll3Disable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc2ClrPll3Disable
impl From<u8> for Misc2ClrPll3Disable
Source§fn from(val: u8) -> Misc2ClrPll3Disable
fn from(val: u8) -> Misc2ClrPll3Disable
Converts to this type from the input type.
Source§impl Ord for Misc2ClrPll3Disable
impl Ord for Misc2ClrPll3Disable
Source§fn cmp(&self, other: &Misc2ClrPll3Disable) -> Ordering
fn cmp(&self, other: &Misc2ClrPll3Disable) -> 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 Misc2ClrPll3Disable
impl PartialEq for Misc2ClrPll3Disable
Source§impl PartialOrd for Misc2ClrPll3Disable
impl PartialOrd for Misc2ClrPll3Disable
impl Copy for Misc2ClrPll3Disable
impl Eq for Misc2ClrPll3Disable
impl StructuralPartialEq for Misc2ClrPll3Disable
Auto Trait Implementations§
impl Freeze for Misc2ClrPll3Disable
impl RefUnwindSafe for Misc2ClrPll3Disable
impl Send for Misc2ClrPll3Disable
impl Sync for Misc2ClrPll3Disable
impl Unpin for Misc2ClrPll3Disable
impl UnwindSafe for Misc2ClrPll3Disable
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