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