#[repr(u8)]pub enum SDIOCLKSEL_A {
HFRCO = 0,
HFXO = 1,
AUXHFRCO = 2,
USHFRCO = 3,
}Expand description
SDIO Reference Clock Select
Value on reset: 0
Variants§
HFRCO = 0
0: HFRCO clock is used to clock SDIO
HFXO = 1
1: HFXO clock is used to clock SDIO
AUXHFRCO = 2
2: AUXHFRCO is used to clock SDIO
USHFRCO = 3
3: USHFRCO is used to clock SDIO
Trait Implementations§
Source§impl Clone for SDIOCLKSEL_A
impl Clone for SDIOCLKSEL_A
Source§fn clone(&self) -> SDIOCLKSEL_A
fn clone(&self) -> SDIOCLKSEL_A
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 SDIOCLKSEL_A
impl Debug for SDIOCLKSEL_A
Source§impl From<SDIOCLKSEL_A> for u8
impl From<SDIOCLKSEL_A> for u8
Source§fn from(variant: SDIOCLKSEL_A) -> Self
fn from(variant: SDIOCLKSEL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SDIOCLKSEL_A
impl PartialEq for SDIOCLKSEL_A
impl Copy for SDIOCLKSEL_A
impl StructuralPartialEq for SDIOCLKSEL_A
Auto Trait Implementations§
impl Freeze for SDIOCLKSEL_A
impl RefUnwindSafe for SDIOCLKSEL_A
impl Send for SDIOCLKSEL_A
impl Sync for SDIOCLKSEL_A
impl Unpin for SDIOCLKSEL_A
impl UnwindSafe for SDIOCLKSEL_A
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