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_hdrcb: Option<unsafe extern "C" fn(arg: *mut c_void)>arg: *mut c_voidsrc: u32dst: u32next: u32ctrl: u32Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.