#[repr(u8)]pub enum Misc0TogClkgateDelay {
CLKGATE_DELAY_0 = 0,
CLKGATE_DELAY_1 = 1,
CLKGATE_DELAY_2 = 2,
CLKGATE_DELAY_3 = 3,
CLKGATE_DELAY_4 = 4,
CLKGATE_DELAY_5 = 5,
CLKGATE_DELAY_6 = 6,
CLKGATE_DELAY_7 = 7,
}Variants§
CLKGATE_DELAY_0 = 0
0.5ms
CLKGATE_DELAY_1 = 1
1.0ms
CLKGATE_DELAY_2 = 2
2.0ms
CLKGATE_DELAY_3 = 3
3.0ms
CLKGATE_DELAY_4 = 4
4.0ms
CLKGATE_DELAY_5 = 5
5.0ms
CLKGATE_DELAY_6 = 6
6.0ms
CLKGATE_DELAY_7 = 7
7.0ms
Implementations§
Trait Implementations§
Source§impl Clone for Misc0TogClkgateDelay
impl Clone for Misc0TogClkgateDelay
Source§fn clone(&self) -> Misc0TogClkgateDelay
fn clone(&self) -> Misc0TogClkgateDelay
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 Misc0TogClkgateDelay
impl Debug for Misc0TogClkgateDelay
Source§impl From<Misc0TogClkgateDelay> for u8
impl From<Misc0TogClkgateDelay> for u8
Source§fn from(val: Misc0TogClkgateDelay) -> u8
fn from(val: Misc0TogClkgateDelay) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc0TogClkgateDelay
impl From<u8> for Misc0TogClkgateDelay
Source§fn from(val: u8) -> Misc0TogClkgateDelay
fn from(val: u8) -> Misc0TogClkgateDelay
Converts to this type from the input type.
Source§impl Ord for Misc0TogClkgateDelay
impl Ord for Misc0TogClkgateDelay
Source§fn cmp(&self, other: &Misc0TogClkgateDelay) -> Ordering
fn cmp(&self, other: &Misc0TogClkgateDelay) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Misc0TogClkgateDelay
impl PartialEq for Misc0TogClkgateDelay
Source§impl PartialOrd for Misc0TogClkgateDelay
impl PartialOrd for Misc0TogClkgateDelay
impl Copy for Misc0TogClkgateDelay
impl Eq for Misc0TogClkgateDelay
impl StructuralPartialEq for Misc0TogClkgateDelay
Auto Trait Implementations§
impl Freeze for Misc0TogClkgateDelay
impl RefUnwindSafe for Misc0TogClkgateDelay
impl Send for Misc0TogClkgateDelay
impl Sync for Misc0TogClkgateDelay
impl Unpin for Misc0TogClkgateDelay
impl UnwindSafe for Misc0TogClkgateDelay
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