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