Enumerations

CCW settings

Enumerations

enum  QADC_CCW_PauseVal {
  ADC_PAUSE_DISABLE,
  ADC_PAUSE_ENABLE
}
 

Enum provides pause status after each CCW execution.

More...
enum  QADC_CCW_AmplBypassVal {
  ADC_AMPL_BYPASS_DISABLE,
  ADC_AMPL_BYPASS_ENABLE
}
enum  QADC_CCW_RefVal {
  ADC_REF_VRH,
  ADC_REF_ALTREF
}
enum  ADC_InputSampleTime {
  ADC_SAMPL_TIME_2_QCLK,
  ADC_SAMPL_TIME_4_QCLK,
  ADC_SAMPL_TIME_8_QCLK,
  ADC_SAMPL_TIME_16_QCLK
}
 

This enum provides possible sampling times for a conversion.

More...

Enumeration Type Documentation

This enum provides possible sampling times for a conversion.

for Legacy mode of operation: select clocks of 2x, 4x, 8x, 16x for Enhanced mode of operation: select clocks of 2x, 8x

Enumerator:
ADC_SAMPL_TIME_2_QCLK 

Sample time is 2x times QADC clock.

ADC_SAMPL_TIME_4_QCLK 

Sample time is 4x times QADC clock.

ADC_SAMPL_TIME_8_QCLK 

Sample time is 8x times QADC clock.

ADC_SAMPL_TIME_16_QCLK 

Sample time is 16x times QADC clock.

Definition at line 391 of file adc.h.

Enumerator:
ADC_AMPL_BYPASS_DISABLE 

Disables the Sample amplifier bypass for the signal conversion

ADC_AMPL_BYPASS_ENABLE 

Enables the Sample amplifier bypass for a conversion, and subsequently changes the timing

Definition at line 366 of file adc.h.

Enum provides pause status after each CCW execution.

Enumerator:
ADC_PAUSE_DISABLE 

Defines the value to disable pause after the current CCW execution

ADC_PAUSE_ENABLE 

Defines the value to enable pause after the current CCW execution

Definition at line 357 of file adc.h.

Enumerator:
ADC_REF_VRH 

VRH is used as high reference

ADC_REF_ALTREF 

AltRef signal is used as the high reference

Definition at line 376 of file adc.h.