pub enum OstimerClockSel {
Clk16kVddCore,
Clk1M,
None,
}Expand description
Selectable clocks for the OSTimer peripheral
Variants§
Clk16kVddCore
16k clock, sourced from FRO16K (Vdd Core)
Clk1M
1 MHz Clock sourced from FRO12M
None
Disabled
Trait Implementations§
Source§impl Clone for OstimerClockSel
impl Clone for OstimerClockSel
Source§fn clone(&self) -> OstimerClockSel
fn clone(&self) -> OstimerClockSel
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 OstimerClockSel
impl Debug for OstimerClockSel
Source§impl PartialEq for OstimerClockSel
impl PartialEq for OstimerClockSel
impl Copy for OstimerClockSel
impl Eq for OstimerClockSel
impl StructuralPartialEq for OstimerClockSel
Auto Trait Implementations§
impl Freeze for OstimerClockSel
impl RefUnwindSafe for OstimerClockSel
impl Send for OstimerClockSel
impl Sync for OstimerClockSel
impl Unpin for OstimerClockSel
impl UnwindSafe for OstimerClockSel
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