Intel® Quark™ Microcontroller Software Interface  1.4.0
Intel® Quark™ Microcontroller BSP
qm_adc_config_t Struct Reference

ADC configuration type. More...

#include <qm_adc.h>

Data Fields

uint8_t window
 Sample interval in ADC clock cycles, defines the period to wait between the start of each sample and can be in the range [(resolution+2) - 255].
 
qm_adc_resolution_t resolution
 12, 10, 8, 6-bit resolution. More...
 

Detailed Description

ADC configuration type.

Definition at line 94 of file qm_adc.h.

Field Documentation

qm_adc_resolution_t qm_adc_config_t::resolution

12, 10, 8, 6-bit resolution.

Definition at line 101 of file qm_adc.h.

Referenced by qm_adc_set_config().