#[repr(u8)]pub enum Sdio1fclkselSel {
MAIN_CLK = 0,
MAIN_SYS_PLL_CLK = 1,
SYSPLL0_AUX0_PLL_CLOCK = 2,
FFRO_CLK = 3,
SYSPLL0_AUX1_PLL_CLOCK = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
MAIN_CLK = 0
Main Clock.
MAIN_SYS_PLL_CLK = 1
Main System PLL Clock.
SYSPLL0_AUX0_PLL_CLOCK = 2
SYSPLL0 AUX0_PLL_Clock.
FFRO_CLK = 3
FFRO Clock.
SYSPLL0_AUX1_PLL_CLOCK = 4
SYSPLL0 AUX1_PLL_Clock.
_RESERVED_5 = 5
_RESERVED_6 = 6
NONE = 7
None, this may be selected in order to reduce power when no output is needed.
Implementations§
Trait Implementations§
Source§impl Clone for Sdio1fclkselSel
impl Clone for Sdio1fclkselSel
Source§fn clone(&self) -> Sdio1fclkselSel
fn clone(&self) -> Sdio1fclkselSel
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 Sdio1fclkselSel
impl Debug for Sdio1fclkselSel
Source§impl From<Sdio1fclkselSel> for u8
impl From<Sdio1fclkselSel> for u8
Source§fn from(val: Sdio1fclkselSel) -> u8
fn from(val: Sdio1fclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sdio1fclkselSel
impl From<u8> for Sdio1fclkselSel
Source§fn from(val: u8) -> Sdio1fclkselSel
fn from(val: u8) -> Sdio1fclkselSel
Converts to this type from the input type.
Source§impl Ord for Sdio1fclkselSel
impl Ord for Sdio1fclkselSel
Source§fn cmp(&self, other: &Sdio1fclkselSel) -> Ordering
fn cmp(&self, other: &Sdio1fclkselSel) -> 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 Sdio1fclkselSel
impl PartialEq for Sdio1fclkselSel
Source§impl PartialOrd for Sdio1fclkselSel
impl PartialOrd for Sdio1fclkselSel
impl Copy for Sdio1fclkselSel
impl Eq for Sdio1fclkselSel
impl StructuralPartialEq for Sdio1fclkselSel
Auto Trait Implementations§
impl Freeze for Sdio1fclkselSel
impl RefUnwindSafe for Sdio1fclkselSel
impl Send for Sdio1fclkselSel
impl Sync for Sdio1fclkselSel
impl Unpin for Sdio1fclkselSel
impl UnwindSafe for Sdio1fclkselSel
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