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