#[repr(u8)]pub enum Commononn {
POWERED = 0,
SUSPEND = 1,
}Variants§
POWERED = 0
The REFCLOCK_LOGIC,bias and PLL blocks are powered in sleep or suspend mode.
SUSPEND = 1
The REFCLOCK_LOGIC, bias and PLL blocks are powered down in suspend mode and bias and PLL blocks are powered down in sleep mode.
Implementations§
Trait Implementations§
Source§impl Ord for Commononn
impl Ord for Commononn
Source§impl PartialOrd for Commononn
impl PartialOrd for Commononn
impl Copy for Commononn
impl Eq for Commononn
impl StructuralPartialEq for Commononn
Auto Trait Implementations§
impl Freeze for Commononn
impl RefUnwindSafe for Commononn
impl Send for Commononn
impl Sync for Commononn
impl Unpin for Commononn
impl UnwindSafe for Commononn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)