Struct bl602_sdk::dma::bl_dma_item [−][src]
#[repr(C)]pub struct bl_dma_item { pub item: utils_list_hdr, pub cb: Option<unsafe extern "C" fn(arg: *mut c_void)>, pub arg: *mut c_void, pub src: u32, pub dst: u32, pub next: u32, pub ctrl: u32, }
Fields
item: utils_list_hdr
cb: Option<unsafe extern "C" fn(arg: *mut c_void)>
arg: *mut c_void
src: u32
dst: u32
next: u32
ctrl: u32
Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.