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