#[repr(u8)]pub enum Espifclksel0Sel {
FFRO_CLK = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
FFRO_CLK = 0
FFRO Clock (48/60m_irc).
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_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 Espifclksel0Sel
impl Clone for Espifclksel0Sel
Source§fn clone(&self) -> Espifclksel0Sel
fn clone(&self) -> Espifclksel0Sel
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 Espifclksel0Sel
impl Debug for Espifclksel0Sel
Source§impl From<Espifclksel0Sel> for u8
impl From<Espifclksel0Sel> for u8
Source§fn from(val: Espifclksel0Sel) -> u8
fn from(val: Espifclksel0Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Espifclksel0Sel
impl From<u8> for Espifclksel0Sel
Source§fn from(val: u8) -> Espifclksel0Sel
fn from(val: u8) -> Espifclksel0Sel
Converts to this type from the input type.
Source§impl Ord for Espifclksel0Sel
impl Ord for Espifclksel0Sel
Source§fn cmp(&self, other: &Espifclksel0Sel) -> Ordering
fn cmp(&self, other: &Espifclksel0Sel) -> 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 Espifclksel0Sel
impl PartialEq for Espifclksel0Sel
Source§impl PartialOrd for Espifclksel0Sel
impl PartialOrd for Espifclksel0Sel
impl Copy for Espifclksel0Sel
impl Eq for Espifclksel0Sel
impl StructuralPartialEq for Espifclksel0Sel
Auto Trait Implementations§
impl Freeze for Espifclksel0Sel
impl RefUnwindSafe for Espifclksel0Sel
impl Send for Espifclksel0Sel
impl Sync for Espifclksel0Sel
impl Unpin for Espifclksel0Sel
impl UnwindSafe for Espifclksel0Sel
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