#[repr(u8)]pub enum SffDmaDoneInten {
SFF_DMA_DONE_INTEN_0 = 0,
SFF_DMA_DONE_INTEN_1 = 1,
}Variants§
SFF_DMA_DONE_INTEN_0 = 0
STATFIFO DMA Transfer Done interrupt disable
SFF_DMA_DONE_INTEN_1 = 1
STATFIFO DMA Transfer Done interrupt enable
Implementations§
Trait Implementations§
Source§impl Clone for SffDmaDoneInten
impl Clone for SffDmaDoneInten
Source§fn clone(&self) -> SffDmaDoneInten
fn clone(&self) -> SffDmaDoneInten
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 SffDmaDoneInten
impl Debug for SffDmaDoneInten
Source§impl From<SffDmaDoneInten> for u8
impl From<SffDmaDoneInten> for u8
Source§fn from(val: SffDmaDoneInten) -> u8
fn from(val: SffDmaDoneInten) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SffDmaDoneInten
impl From<u8> for SffDmaDoneInten
Source§fn from(val: u8) -> SffDmaDoneInten
fn from(val: u8) -> SffDmaDoneInten
Converts to this type from the input type.
Source§impl Ord for SffDmaDoneInten
impl Ord for SffDmaDoneInten
Source§fn cmp(&self, other: &SffDmaDoneInten) -> Ordering
fn cmp(&self, other: &SffDmaDoneInten) -> 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 SffDmaDoneInten
impl PartialEq for SffDmaDoneInten
Source§impl PartialOrd for SffDmaDoneInten
impl PartialOrd for SffDmaDoneInten
impl Copy for SffDmaDoneInten
impl Eq for SffDmaDoneInten
impl StructuralPartialEq for SffDmaDoneInten
Auto Trait Implementations§
impl Freeze for SffDmaDoneInten
impl RefUnwindSafe for SffDmaDoneInten
impl Send for SffDmaDoneInten
impl Sync for SffDmaDoneInten
impl Unpin for SffDmaDoneInten
impl UnwindSafe for SffDmaDoneInten
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