#[repr(u8)]pub enum Notialldmawrit {
LASTTRANS = 0,
ALLTRANS = 1,
}Variants§
LASTTRANS = 0
Unspecified
ALLTRANS = 1
The core asserts int_dma_req for all the DMA write transactions on the AHB interface along with int_dma_done, chep_last_transact and chep_number signal informations. The core waits for sys_dma_done signal for all the DMA write transactions in order to complete the transfer of a particular Channel/Endpoint
Implementations§
Trait Implementations§
Source§impl Clone for Notialldmawrit
impl Clone for Notialldmawrit
Source§fn clone(&self) -> Notialldmawrit
fn clone(&self) -> Notialldmawrit
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 Debug for Notialldmawrit
impl Debug for Notialldmawrit
Source§impl From<Notialldmawrit> for u8
impl From<Notialldmawrit> for u8
Source§fn from(val: Notialldmawrit) -> u8
fn from(val: Notialldmawrit) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Notialldmawrit
impl From<u8> for Notialldmawrit
Source§fn from(val: u8) -> Notialldmawrit
fn from(val: u8) -> Notialldmawrit
Converts to this type from the input type.
Source§impl Ord for Notialldmawrit
impl Ord for Notialldmawrit
Source§fn cmp(&self, other: &Notialldmawrit) -> Ordering
fn cmp(&self, other: &Notialldmawrit) -> 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 Notialldmawrit
impl PartialEq for Notialldmawrit
Source§impl PartialOrd for Notialldmawrit
impl PartialOrd for Notialldmawrit
impl Copy for Notialldmawrit
impl Eq for Notialldmawrit
impl StructuralPartialEq for Notialldmawrit
Auto Trait Implementations§
impl Freeze for Notialldmawrit
impl RefUnwindSafe for Notialldmawrit
impl Send for Notialldmawrit
impl Sync for Notialldmawrit
impl Unpin for Notialldmawrit
impl UnwindSafe for Notialldmawrit
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)