#[repr(u8)]pub enum CountingClkHigh {
COUNTING_CLK_HIGH_0 = 0,
COUNTING_CLK_HIGH_1 = 1,
}Variants§
COUNTING_CLK_HIGH_0 = 0
Using default process inside SSC
COUNTING_CLK_HIGH_1 = 1
Follow the counting signal from AIP front end
Implementations§
Trait Implementations§
Source§impl Clone for CountingClkHigh
impl Clone for CountingClkHigh
Source§fn clone(&self) -> CountingClkHigh
fn clone(&self) -> CountingClkHigh
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 CountingClkHigh
impl Debug for CountingClkHigh
Source§impl From<CountingClkHigh> for u8
impl From<CountingClkHigh> for u8
Source§fn from(val: CountingClkHigh) -> u8
fn from(val: CountingClkHigh) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CountingClkHigh
impl From<u8> for CountingClkHigh
Source§fn from(val: u8) -> CountingClkHigh
fn from(val: u8) -> CountingClkHigh
Converts to this type from the input type.
Source§impl Ord for CountingClkHigh
impl Ord for CountingClkHigh
Source§fn cmp(&self, other: &CountingClkHigh) -> Ordering
fn cmp(&self, other: &CountingClkHigh) -> 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 CountingClkHigh
impl PartialEq for CountingClkHigh
Source§impl PartialOrd for CountingClkHigh
impl PartialOrd for CountingClkHigh
impl Copy for CountingClkHigh
impl Eq for CountingClkHigh
impl StructuralPartialEq for CountingClkHigh
Auto Trait Implementations§
impl Freeze for CountingClkHigh
impl RefUnwindSafe for CountingClkHigh
impl Send for CountingClkHigh
impl Sync for CountingClkHigh
impl Unpin for CountingClkHigh
impl UnwindSafe for CountingClkHigh
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