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