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_int
channel_data: *mut u32
adc_lli: *mut c_void
lli_flag: c_int
chan_init_table: u32
data_size: u32
cb: bl_adc_cb_t
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.