#[repr(u8)]pub enum LFXOTIMEOUT_A {
_8CYCLES = 0,
_1KCYCLES = 1,
_16KCYCLES = 2,
_32KCYCLES = 3,
}
Expand description
LFXO Timeout
Value on reset: 3
Variants§
_8CYCLES = 0
0: Timeout period of 8 cycles.
_1KCYCLES = 1
1: Timeout period of 1024 cycles.
_16KCYCLES = 2
2: Timeout period of 16384 cycles.
_32KCYCLES = 3
3: Timeout period of 32768 cycles.
Trait Implementations§
Source§impl Clone for LFXOTIMEOUT_A
impl Clone for LFXOTIMEOUT_A
Source§fn clone(&self) -> LFXOTIMEOUT_A
fn clone(&self) -> LFXOTIMEOUT_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 LFXOTIMEOUT_A
impl Debug for LFXOTIMEOUT_A
Source§impl From<LFXOTIMEOUT_A> for u8
impl From<LFXOTIMEOUT_A> for u8
Source§fn from(variant: LFXOTIMEOUT_A) -> Self
fn from(variant: LFXOTIMEOUT_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LFXOTIMEOUT_A
impl PartialEq for LFXOTIMEOUT_A
impl Copy for LFXOTIMEOUT_A
impl StructuralPartialEq for LFXOTIMEOUT_A
Auto Trait Implementations§
impl Freeze for LFXOTIMEOUT_A
impl RefUnwindSafe for LFXOTIMEOUT_A
impl Send for LFXOTIMEOUT_A
impl Sync for LFXOTIMEOUT_A
impl Unpin for LFXOTIMEOUT_A
impl UnwindSafe for LFXOTIMEOUT_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