#[repr(u8)]pub enum Apllsten {
DISABLED_IN_STOP = 0,
ENABLED_IN_STOP = 1,
}Variants§
DISABLED_IN_STOP = 0
APLL is disabled in Deep Sleep mode
ENABLED_IN_STOP = 1
APLL is enabled in Deep Sleep mode
Implementations§
Trait Implementations§
Source§impl Ord for Apllsten
impl Ord for Apllsten
Source§impl PartialOrd for Apllsten
impl PartialOrd for Apllsten
impl Copy for Apllsten
impl Eq for Apllsten
impl StructuralPartialEq for Apllsten
Auto Trait Implementations§
impl Freeze for Apllsten
impl RefUnwindSafe for Apllsten
impl Send for Apllsten
impl Sync for Apllsten
impl Unpin for Apllsten
impl UnwindSafe for Apllsten
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