Enum Delay
#[repr(u8)]pub enum Delay {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Reset Delay Time
Value on reset: 0
Variants§
_00 = 0
0: 10 LPO cycles
_01 = 1
1: 34 LPO cycles
_10 = 2
2: 130 LPO cycles
_11 = 3
3: 514 LPO cycles
Trait Implementations§
impl Copy for Delay
impl Eq for Delay
impl IsEnum for Delay
impl StructuralPartialEq for Delay
Auto Trait Implementations§
impl Freeze for Delay
impl RefUnwindSafe for Delay
impl Send for Delay
impl Sync for Delay
impl Unpin for Delay
impl UnwindSafe for Delay
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