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_tTrait 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.