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