pub enum I3cClockSel {
FroLfDiv,
FroHfDiv,
ClkIn,
Clk1M,
None,
}Expand description
Selectable clocks for I3c peripherals
Variants§
FroLfDiv
FRO12M/FRO_LF/SIRC clock source, passed through divider “fro_lf_div”
FroHfDiv
FRO180M/FRO_HF/FIRC clock source, passed through divider “fro_hf_div”
ClkIn
SOSC/XTAL/EXTAL clock source
Clk1M
clk_1m/FRO_LF divided by 12
None
Disabled
Trait Implementations§
Source§impl Clone for I3cClockSel
impl Clone for I3cClockSel
Source§fn clone(&self) -> I3cClockSel
fn clone(&self) -> I3cClockSel
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 I3cClockSel
impl Debug for I3cClockSel
impl Copy for I3cClockSel
Auto Trait Implementations§
impl Freeze for I3cClockSel
impl RefUnwindSafe for I3cClockSel
impl Send for I3cClockSel
impl Sync for I3cClockSel
impl Unpin for I3cClockSel
impl UnwindSafe for I3cClockSel
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