pub struct Dma { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Dma
impl Dma
pub const unsafe fn from_ptr(ptr: *mut ()) -> Dma
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn terminateonbuserror(self) -> Reg<Terminateonbuserror, RW>
pub const fn terminateonbuserror(self) -> Reg<Terminateonbuserror, 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 Dma
impl Eq for Dma
impl Send for Dma
impl StructuralPartialEq for Dma
impl Sync for Dma
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