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

SS ADC configuration type. More...

#include <qm_ss_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_ss_adc_resolution_t resolution
 12, 10, 8, 6-bit resolution. More...
 

Detailed Description

SS ADC configuration type.

Definition at line 98 of file qm_ss_adc.h.

Field Documentation

qm_ss_adc_resolution_t qm_ss_adc_config_t::resolution

12, 10, 8, 6-bit resolution.

Definition at line 105 of file qm_ss_adc.h.

Referenced by qm_ss_adc_set_config().