Struct bl602_sdk::adc::adc_ctx[][src]

#[repr(C)]
pub struct adc_ctx { pub mode: c_int, pub channel_data: *mut u32, pub adc_lli: *mut c_void, pub lli_flag: c_int, pub chan_init_table: u32, pub data_size: u32, pub cb: bl_adc_cb_t, }

Fields

mode: c_intchannel_data: *mut u32adc_lli: *mut c_voidlli_flag: c_intchan_init_table: u32data_size: u32cb: bl_adc_cb_t

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.