#[repr(u8)]pub enum LFTIMEOUT_A {
_0CYCLES = 0,
_2CYCLES = 1,
_4CYCLES = 2,
_16CYCLES = 3,
_32CYCLES = 4,
_64CYCLES = 5,
_1KCYCLES = 6,
_4KCYCLES = 7,
}Expand description
HFXO Low Frequency Timeout
Value on reset: 0
Variants§
_0CYCLES = 0
0: Timeout period of 0 cycles (disabled)
_2CYCLES = 1
1: Timeout period of 2 cycles
_4CYCLES = 2
2: Timeout period of 4 cycles
_16CYCLES = 3
3: Timeout period of 16 cycles
_32CYCLES = 4
4: Timeout period of 32 cycles
_64CYCLES = 5
5: Timeout period of 64 cycles
_1KCYCLES = 6
6: Timeout period of 1024 cycles
_4KCYCLES = 7
7: Timeout period of 4096 cycles
Trait Implementations§
Source§impl Clone for LFTIMEOUT_A
impl Clone for LFTIMEOUT_A
Source§fn clone(&self) -> LFTIMEOUT_A
fn clone(&self) -> LFTIMEOUT_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 LFTIMEOUT_A
impl Debug for LFTIMEOUT_A
Source§impl From<LFTIMEOUT_A> for u8
impl From<LFTIMEOUT_A> for u8
Source§fn from(variant: LFTIMEOUT_A) -> Self
fn from(variant: LFTIMEOUT_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LFTIMEOUT_A
impl PartialEq for LFTIMEOUT_A
impl Copy for LFTIMEOUT_A
impl StructuralPartialEq for LFTIMEOUT_A
Auto Trait Implementations§
impl Freeze for LFTIMEOUT_A
impl RefUnwindSafe for LFTIMEOUT_A
impl Send for LFTIMEOUT_A
impl Sync for LFTIMEOUT_A
impl Unpin for LFTIMEOUT_A
impl UnwindSafe for LFTIMEOUT_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