#[repr(u8)]pub enum WwdtClkselMux {
I0_CLKROOT_16K = 0,
I1_CLKROOT_FIRC_DIV = 1,
I2_CLKROOT_1M = 2,
I3_CLKROOT_1M = 3,
}Variants§
I0_CLKROOT_16K = 0
CLK_16K
I1_CLKROOT_FIRC_DIV = 1
FRO_HF_DIV
I2_CLKROOT_1M = 2
CLK_1M
I3_CLKROOT_1M = 3
CLK_1M
Implementations§
Source§impl WwdtClkselMux
impl WwdtClkselMux
Trait Implementations§
Source§impl Clone for WwdtClkselMux
impl Clone for WwdtClkselMux
Source§fn clone(&self) -> WwdtClkselMux
fn clone(&self) -> WwdtClkselMux
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 WwdtClkselMux
impl Debug for WwdtClkselMux
Source§impl From<WwdtClkselMux> for u8
impl From<WwdtClkselMux> for u8
Source§fn from(val: WwdtClkselMux) -> u8
fn from(val: WwdtClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for WwdtClkselMux
impl From<u8> for WwdtClkselMux
Source§fn from(val: u8) -> WwdtClkselMux
fn from(val: u8) -> WwdtClkselMux
Converts to this type from the input type.
Source§impl Ord for WwdtClkselMux
impl Ord for WwdtClkselMux
Source§fn cmp(&self, other: &WwdtClkselMux) -> Ordering
fn cmp(&self, other: &WwdtClkselMux) -> 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 WwdtClkselMux
impl PartialEq for WwdtClkselMux
Source§impl PartialOrd for WwdtClkselMux
impl PartialOrd for WwdtClkselMux
impl Copy for WwdtClkselMux
impl Eq for WwdtClkselMux
impl StructuralPartialEq for WwdtClkselMux
Auto Trait Implementations§
impl Freeze for WwdtClkselMux
impl RefUnwindSafe for WwdtClkselMux
impl Send for WwdtClkselMux
impl Sync for WwdtClkselMux
impl Unpin for WwdtClkselMux
impl UnwindSafe for WwdtClkselMux
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