pub struct DmaRx { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl DmaRx
impl DmaRx
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn amount(self) -> Reg<RxAmount, R>
pub const fn amount(self) -> Reg<RxAmount, R>
Number of bytes transferred in the last transaction, updated after the END event. Also updated after each MATCH event.
Sourcepub const fn terminateonbuserror(self) -> Reg<RxTerminateonbuserror, RW>
pub const fn terminateonbuserror(self) -> Reg<RxTerminateonbuserror, RW>
Terminate the transaction if a BUSERROR event is detected.
Sourcepub const fn buserroraddress(self) -> Reg<u32, RW>
pub const fn buserroraddress(self) -> Reg<u32, RW>
Address of transaction that generated the last BUSERROR event.
Trait Implementations§
impl Copy for DmaRx
impl Eq for DmaRx
impl Send for DmaRx
impl StructuralPartialEq for DmaRx
impl Sync for DmaRx
Auto Trait Implementations§
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
)