#[repr(u8)]pub enum Gpcnt0ClkSel {
DISABLED = 0,
CARDCLK = 1,
RXCLK = 2,
TXCLK = 3,
}Variants§
DISABLED = 0
Disable/reset
CARDCLK = 1
Card clock
RXCLK = 2
Receive clock
TXCLK = 3
ETU clock (transmit clock)
Implementations§
Source§impl Gpcnt0ClkSel
impl Gpcnt0ClkSel
Trait Implementations§
Source§impl Clone for Gpcnt0ClkSel
impl Clone for Gpcnt0ClkSel
Source§fn clone(&self) -> Gpcnt0ClkSel
fn clone(&self) -> Gpcnt0ClkSel
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 Gpcnt0ClkSel
impl Debug for Gpcnt0ClkSel
Source§impl From<Gpcnt0ClkSel> for u8
impl From<Gpcnt0ClkSel> for u8
Source§fn from(val: Gpcnt0ClkSel) -> u8
fn from(val: Gpcnt0ClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Gpcnt0ClkSel
impl From<u8> for Gpcnt0ClkSel
Source§fn from(val: u8) -> Gpcnt0ClkSel
fn from(val: u8) -> Gpcnt0ClkSel
Converts to this type from the input type.
Source§impl Ord for Gpcnt0ClkSel
impl Ord for Gpcnt0ClkSel
Source§fn cmp(&self, other: &Gpcnt0ClkSel) -> Ordering
fn cmp(&self, other: &Gpcnt0ClkSel) -> 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 Gpcnt0ClkSel
impl PartialEq for Gpcnt0ClkSel
Source§impl PartialOrd for Gpcnt0ClkSel
impl PartialOrd for Gpcnt0ClkSel
impl Copy for Gpcnt0ClkSel
impl Eq for Gpcnt0ClkSel
impl StructuralPartialEq for Gpcnt0ClkSel
Auto Trait Implementations§
impl Freeze for Gpcnt0ClkSel
impl RefUnwindSafe for Gpcnt0ClkSel
impl Send for Gpcnt0ClkSel
impl Sync for Gpcnt0ClkSel
impl Unpin for Gpcnt0ClkSel
impl UnwindSafe for Gpcnt0ClkSel
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