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