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