pub enum CTimerClockSel {
FroLfDiv,
FroHfDiv,
ClkIn,
Clk16K,
Clk1M,
None,
}Expand description
Selectable clocks for CTimer 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
Clk16K
FRO16K/clk_16k source
Clk1M
clk_1m/FRO_LF divided by 12
None
Disabled
Trait Implementations§
Source§impl Clone for CTimerClockSel
impl Clone for CTimerClockSel
Source§fn clone(&self) -> CTimerClockSel
fn clone(&self) -> CTimerClockSel
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 CTimerClockSel
impl Debug for CTimerClockSel
impl Copy for CTimerClockSel
Auto Trait Implementations§
impl Freeze for CTimerClockSel
impl RefUnwindSafe for CTimerClockSel
impl Send for CTimerClockSel
impl Sync for CTimerClockSel
impl Unpin for CTimerClockSel
impl UnwindSafe for CTimerClockSel
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