#[repr(u8)]pub enum DmaDoneMask {
IRQENABLE = 0,
IRQDISABLE = 1,
}
Variants§
IRQENABLE = 0
Do not mask the RNG DMA completion interrupt i.e. interrupt is generated
IRQDISABLE = 1
Mask the RNG DMA completion interrupt i.e. no interrupt is generated
Implementations§
Source§impl DmaDoneMask
impl DmaDoneMask
Trait Implementations§
Source§impl Clone for DmaDoneMask
impl Clone for DmaDoneMask
Source§fn clone(&self) -> DmaDoneMask
fn clone(&self) -> DmaDoneMask
Returns a copy 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 From<DmaDoneMask> for u8
impl From<DmaDoneMask> for u8
Source§fn from(val: DmaDoneMask) -> u8
fn from(val: DmaDoneMask) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DmaDoneMask
impl From<u8> for DmaDoneMask
Source§fn from(val: u8) -> DmaDoneMask
fn from(val: u8) -> DmaDoneMask
Converts to this type from the input type.
Source§impl Ord for DmaDoneMask
impl Ord for DmaDoneMask
Source§fn cmp(&self, other: &DmaDoneMask) -> Ordering
fn cmp(&self, other: &DmaDoneMask) -> 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 DmaDoneMask
impl PartialEq for DmaDoneMask
Source§impl PartialOrd for DmaDoneMask
impl PartialOrd for DmaDoneMask
impl Copy for DmaDoneMask
impl Eq for DmaDoneMask
impl StructuralPartialEq for DmaDoneMask
Auto Trait Implementations§
impl Freeze for DmaDoneMask
impl RefUnwindSafe for DmaDoneMask
impl Send for DmaDoneMask
impl Sync for DmaDoneMask
impl Unpin for DmaDoneMask
impl UnwindSafe for DmaDoneMask
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)