#[repr(C)]pub struct _pdmaregs {
pub control_reg: u32,
pub next_config: u32,
pub next_bytes: u64,
pub next_destination: u64,
pub next_source: u64,
pub exec_config: u32,
pub exec_bytes: u64,
pub exec_destination: u64,
pub exec_source: u64,
}Expand description
The mss_pdma_t structure will describe the functionality of the memory mapped registers in the Platform DMA Engine.
Fields§
§control_reg: u32§next_config: u32§next_bytes: u64§next_destination: u64§next_source: u64§exec_config: u32§exec_bytes: u64§exec_destination: u64§exec_source: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for _pdmaregs
impl RefUnwindSafe for _pdmaregs
impl Send for _pdmaregs
impl Sync for _pdmaregs
impl Unpin for _pdmaregs
impl UnsafeUnpin for _pdmaregs
impl UnwindSafe for _pdmaregs
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