#[repr(u8)]pub enum TIMEOUT_A {
_2CYCLES = 0,
_256CYCLES = 1,
_1KCYCLES = 2,
_2KCYCLES = 3,
_4KCYCLES = 4,
_8KCYCLES = 5,
_16KCYCLES = 6,
_32KCYCLES = 7,
}Expand description
LFXO Timeout
Value on reset: 7
Variants§
_2CYCLES = 0
0: Timeout period of 2 cycles
_256CYCLES = 1
1: Timeout period of 256 cycles
_1KCYCLES = 2
2: Timeout period of 1024 cycles
_2KCYCLES = 3
3: Timeout period of 2048 cycles
_4KCYCLES = 4
4: Timeout period of 4096 cycles
_8KCYCLES = 5
5: Timeout period of 8192 cycles
_16KCYCLES = 6
6: Timeout period of 16384 cycles
_32KCYCLES = 7
7: Timeout period of 32768 cycles
Trait Implementations§
impl Copy for TIMEOUT_A
impl StructuralPartialEq for TIMEOUT_A
Auto Trait Implementations§
impl Freeze for TIMEOUT_A
impl RefUnwindSafe for TIMEOUT_A
impl Send for TIMEOUT_A
impl Sync for TIMEOUT_A
impl Unpin for TIMEOUT_A
impl UnwindSafe for TIMEOUT_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