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