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