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