#[repr(u8)]pub enum LowpwrCtrlSetXtaloscPwrupDelay {
XTALOSC_PWRUP_DELAY_0 = 0,
XTALOSC_PWRUP_DELAY_1 = 1,
XTALOSC_PWRUP_DELAY_2 = 2,
XTALOSC_PWRUP_DELAY_3 = 3,
}Variants§
XTALOSC_PWRUP_DELAY_0 = 0
0.25ms
XTALOSC_PWRUP_DELAY_1 = 1
0.5ms
XTALOSC_PWRUP_DELAY_2 = 2
1ms
XTALOSC_PWRUP_DELAY_3 = 3
2ms
Implementations§
Trait Implementations§
Source§impl Clone for LowpwrCtrlSetXtaloscPwrupDelay
impl Clone for LowpwrCtrlSetXtaloscPwrupDelay
Source§fn clone(&self) -> LowpwrCtrlSetXtaloscPwrupDelay
fn clone(&self) -> LowpwrCtrlSetXtaloscPwrupDelay
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 From<LowpwrCtrlSetXtaloscPwrupDelay> for u8
impl From<LowpwrCtrlSetXtaloscPwrupDelay> for u8
Source§fn from(val: LowpwrCtrlSetXtaloscPwrupDelay) -> u8
fn from(val: LowpwrCtrlSetXtaloscPwrupDelay) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LowpwrCtrlSetXtaloscPwrupDelay
impl From<u8> for LowpwrCtrlSetXtaloscPwrupDelay
Source§fn from(val: u8) -> LowpwrCtrlSetXtaloscPwrupDelay
fn from(val: u8) -> LowpwrCtrlSetXtaloscPwrupDelay
Converts to this type from the input type.
Source§impl Ord for LowpwrCtrlSetXtaloscPwrupDelay
impl Ord for LowpwrCtrlSetXtaloscPwrupDelay
Source§fn cmp(&self, other: &LowpwrCtrlSetXtaloscPwrupDelay) -> Ordering
fn cmp(&self, other: &LowpwrCtrlSetXtaloscPwrupDelay) -> 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 LowpwrCtrlSetXtaloscPwrupDelay
impl PartialEq for LowpwrCtrlSetXtaloscPwrupDelay
Source§fn eq(&self, other: &LowpwrCtrlSetXtaloscPwrupDelay) -> bool
fn eq(&self, other: &LowpwrCtrlSetXtaloscPwrupDelay) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LowpwrCtrlSetXtaloscPwrupDelay
impl PartialOrd for LowpwrCtrlSetXtaloscPwrupDelay
impl Copy for LowpwrCtrlSetXtaloscPwrupDelay
impl Eq for LowpwrCtrlSetXtaloscPwrupDelay
impl StructuralPartialEq for LowpwrCtrlSetXtaloscPwrupDelay
Auto Trait Implementations§
impl Freeze for LowpwrCtrlSetXtaloscPwrupDelay
impl RefUnwindSafe for LowpwrCtrlSetXtaloscPwrupDelay
impl Send for LowpwrCtrlSetXtaloscPwrupDelay
impl Sync for LowpwrCtrlSetXtaloscPwrupDelay
impl Unpin for LowpwrCtrlSetXtaloscPwrupDelay
impl UnwindSafe for LowpwrCtrlSetXtaloscPwrupDelay
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