#[repr(u8)]pub enum Periph2ClkSelLoaded {
PERIPH2_CLK_SEL_LOADED_0 = 0,
PERIPH2_CLK_SEL_LOADED_1 = 1,
}Variants§
PERIPH2_CLK_SEL_LOADED_0 = 0
interrupt is not generated due to frequency change of periph2_clk_sel
PERIPH2_CLK_SEL_LOADED_1 = 1
interrupt generated due to frequency change of periph2_clk_sel
Implementations§
Trait Implementations§
Source§impl Clone for Periph2ClkSelLoaded
impl Clone for Periph2ClkSelLoaded
Source§fn clone(&self) -> Periph2ClkSelLoaded
fn clone(&self) -> Periph2ClkSelLoaded
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 Periph2ClkSelLoaded
impl Debug for Periph2ClkSelLoaded
Source§impl From<Periph2ClkSelLoaded> for u8
impl From<Periph2ClkSelLoaded> for u8
Source§fn from(val: Periph2ClkSelLoaded) -> u8
fn from(val: Periph2ClkSelLoaded) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Periph2ClkSelLoaded
impl From<u8> for Periph2ClkSelLoaded
Source§fn from(val: u8) -> Periph2ClkSelLoaded
fn from(val: u8) -> Periph2ClkSelLoaded
Converts to this type from the input type.
Source§impl Ord for Periph2ClkSelLoaded
impl Ord for Periph2ClkSelLoaded
Source§fn cmp(&self, other: &Periph2ClkSelLoaded) -> Ordering
fn cmp(&self, other: &Periph2ClkSelLoaded) -> 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 Periph2ClkSelLoaded
impl PartialEq for Periph2ClkSelLoaded
Source§impl PartialOrd for Periph2ClkSelLoaded
impl PartialOrd for Periph2ClkSelLoaded
impl Copy for Periph2ClkSelLoaded
impl Eq for Periph2ClkSelLoaded
impl StructuralPartialEq for Periph2ClkSelLoaded
Auto Trait Implementations§
impl Freeze for Periph2ClkSelLoaded
impl RefUnwindSafe for Periph2ClkSelLoaded
impl Send for Periph2ClkSelLoaded
impl Sync for Periph2ClkSelLoaded
impl Unpin for Periph2ClkSelLoaded
impl UnwindSafe for Periph2ClkSelLoaded
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