#[repr(u8)]pub enum Misc0ClrClkgateDelay {
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 Misc0ClrClkgateDelay
impl Clone for Misc0ClrClkgateDelay
Source§fn clone(&self) -> Misc0ClrClkgateDelay
fn clone(&self) -> Misc0ClrClkgateDelay
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 Misc0ClrClkgateDelay
impl Debug for Misc0ClrClkgateDelay
Source§impl From<Misc0ClrClkgateDelay> for u8
impl From<Misc0ClrClkgateDelay> for u8
Source§fn from(val: Misc0ClrClkgateDelay) -> u8
fn from(val: Misc0ClrClkgateDelay) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc0ClrClkgateDelay
impl From<u8> for Misc0ClrClkgateDelay
Source§fn from(val: u8) -> Misc0ClrClkgateDelay
fn from(val: u8) -> Misc0ClrClkgateDelay
Converts to this type from the input type.
Source§impl Ord for Misc0ClrClkgateDelay
impl Ord for Misc0ClrClkgateDelay
Source§fn cmp(&self, other: &Misc0ClrClkgateDelay) -> Ordering
fn cmp(&self, other: &Misc0ClrClkgateDelay) -> 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 Misc0ClrClkgateDelay
impl PartialEq for Misc0ClrClkgateDelay
Source§impl PartialOrd for Misc0ClrClkgateDelay
impl PartialOrd for Misc0ClrClkgateDelay
impl Copy for Misc0ClrClkgateDelay
impl Eq for Misc0ClrClkgateDelay
impl StructuralPartialEq for Misc0ClrClkgateDelay
Auto Trait Implementations§
impl Freeze for Misc0ClrClkgateDelay
impl RefUnwindSafe for Misc0ClrClkgateDelay
impl Send for Misc0ClrClkgateDelay
impl Sync for Misc0ClrClkgateDelay
impl Unpin for Misc0ClrClkgateDelay
impl UnwindSafe for Misc0ClrClkgateDelay
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