Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
ADC transfer type. More...
#include <qm_adc.h>
Data Fields | |
qm_adc_channel_t * | ch |
Channel sequence array (1-32 channels). More... | |
uint8_t | ch_len |
Number of channels in the above array. More... | |
qm_adc_sample_t * | samples |
Array to store samples. More... | |
uint32_t | samples_len |
Length of sample array. More... | |
void(* | callback )(void *data, int error, qm_adc_status_t status, qm_adc_cb_source_t source) |
Transfer callback. More... | |
void * | callback_data |
Callback user data. More... | |
void(* qm_adc_xfer_t::callback)(void *data, int error, qm_adc_status_t status, qm_adc_cb_source_t source) |
qm_adc_channel_t* qm_adc_xfer_t::ch |
Channel sequence array (1-32 channels).
Definition at line 108 of file qm_adc.h.
Referenced by qm_adc_convert(), and qm_adc_irq_convert().
uint8_t qm_adc_xfer_t::ch_len |
Number of channels in the above array.
Definition at line 109 of file qm_adc.h.
Referenced by qm_adc_convert(), and qm_adc_irq_convert().
qm_adc_sample_t* qm_adc_xfer_t::samples |
Array to store samples.
Definition at line 110 of file qm_adc.h.
Referenced by qm_adc_convert(), and qm_adc_irq_convert().
uint32_t qm_adc_xfer_t::samples_len |
Length of sample array.
Definition at line 111 of file qm_adc.h.
Referenced by qm_adc_convert(), and qm_adc_irq_convert().