#[repr(u8)]pub enum DeGlitch {
DE_GLITCH_0 = 0,
DE_GLITCH_1 = 1,
DE_GLITCH_2 = 2,
DE_GLITCH_3 = 3,
}Variants§
DE_GLITCH_0 = 0
Normal function: 0x1fff ipg clock cycles; Low power mode: 0x9 low power clock cycles
DE_GLITCH_1 = 1
Normal function: 0xfff ipg clock cycles; Low power mode: :0x7 low power clock cycles
DE_GLITCH_2 = 2
Normal function: 0x7ff ipg clock cycles; Low power mode:0x5 low power clock cycles
DE_GLITCH_3 = 3
Normal function: 0x3 ipg clock cycles; Low power mode:0x3 low power clock cycles
Implementations§
Trait Implementations§
Source§impl Ord for DeGlitch
impl Ord for DeGlitch
Source§impl PartialOrd for DeGlitch
impl PartialOrd for DeGlitch
impl Copy for DeGlitch
impl Eq for DeGlitch
impl StructuralPartialEq for DeGlitch
Auto Trait Implementations§
impl Freeze for DeGlitch
impl RefUnwindSafe for DeGlitch
impl Send for DeGlitch
impl Sync for DeGlitch
impl Unpin for DeGlitch
impl UnwindSafe for DeGlitch
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