#[repr(u8)]pub enum Erefs {
EXTERNAL = 0,
INTERNAL = 1,
}Variants§
EXTERNAL = 0
External reference clock selected. LDO can be disabled in this case.
INTERNAL = 1
Internal crystal oscillator of OSC selected.
Implementations§
Trait Implementations§
Source§impl Ord for Erefs
impl Ord for Erefs
Source§impl PartialOrd for Erefs
impl PartialOrd for Erefs
impl Copy for Erefs
impl Eq for Erefs
impl StructuralPartialEq for Erefs
Auto Trait Implementations§
impl Freeze for Erefs
impl RefUnwindSafe for Erefs
impl Send for Erefs
impl Sync for Erefs
impl Unpin for Erefs
impl UnwindSafe for Erefs
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