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