#[repr(u8)]pub enum TIMEOUT_A {
_2CYCLES = 0,
_16CYCLES = 1,
_32CYCLES = 2,
}Expand description
LFRCO Timeout
Value on reset: 1
Variants§
_2CYCLES = 0
0: Timeout period of 2 cycles
_16CYCLES = 1
1: Timeout period of 16 cycles
_32CYCLES = 2
2: Timeout period of 32 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