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