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: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.