#[repr(u8)]pub enum LFXOMODE_A {
XTAL = 0,
BUFEXTCLK = 1,
DIGEXTCLK = 2,
}
Expand description
LFXO Mode
Value on reset: 0
Variants§
XTAL = 0
0: 32.768 kHz crystal oscillator.
BUFEXTCLK = 1
1: An AC coupled buffer is coupled in series with LFXTAL_N pin, suitable for external sinus wave (32.768 kHz).
DIGEXTCLK = 2
2: Digital external clock on LFXTAL_N pin. Oscillator is effectively bypassed.
Trait Implementations§
Source§impl Clone for LFXOMODE_A
impl Clone for LFXOMODE_A
Source§fn clone(&self) -> LFXOMODE_A
fn clone(&self) -> LFXOMODE_A
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 LFXOMODE_A
impl Debug for LFXOMODE_A
Source§impl From<LFXOMODE_A> for u8
impl From<LFXOMODE_A> for u8
Source§fn from(variant: LFXOMODE_A) -> Self
fn from(variant: LFXOMODE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LFXOMODE_A
impl PartialEq for LFXOMODE_A
impl Copy for LFXOMODE_A
impl StructuralPartialEq for LFXOMODE_A
Auto Trait Implementations§
impl Freeze for LFXOMODE_A
impl RefUnwindSafe for LFXOMODE_A
impl Send for LFXOMODE_A
impl Sync for LFXOMODE_A
impl Unpin for LFXOMODE_A
impl UnwindSafe for LFXOMODE_A
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