RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
_adc_config Struct Reference

Converter configuration. More...

#include <fsl_adc.h>

Data Fields

bool enableOverWrite
 
bool enableContinuousConversion
 
bool enableHighSpeed
 
bool enableLowPower
 
bool enableLongSample
 
bool enableAsynchronousClockOutput
 
adc_reference_voltage_source_t referenceVoltageSource
 
adc_sample_period_mode_t samplePeriodMode
 
adc_clock_source_t clockSource
 
adc_clock_driver_t clockDriver
 
adc_resolution_t resolution
 

Detailed Description

Converter configuration.

Field Documentation

◆ clockDriver

adc_clock_driver_t _adc_config::clockDriver

Select the divide ratio used by the ADC to generate the internal clock ADCK.

◆ clockSource

adc_clock_source_t _adc_config::clockSource

Select the input clock source to generate the internal clock ADCK.

◆ enableAsynchronousClockOutput

bool _adc_config::enableAsynchronousClockOutput

Enable the asynchronous clock output.

◆ enableContinuousConversion

bool _adc_config::enableContinuousConversion

Enable the continuous conversion mode.

◆ enableHighSpeed

bool _adc_config::enableHighSpeed

Enable the high-speed mode.

◆ enableLongSample

bool _adc_config::enableLongSample

Enable the long sample mode.

◆ enableLowPower

bool _adc_config::enableLowPower

Enable the low power mode.

◆ enableOverWrite

bool _adc_config::enableOverWrite

Enable the overwriting.

◆ referenceVoltageSource

adc_reference_voltage_source_t _adc_config::referenceVoltageSource

Select the reference voltage source.

◆ resolution

adc_resolution_t _adc_config::resolution

Select the ADC resolution mode.

◆ samplePeriodMode

adc_sample_period_mode_t _adc_config::samplePeriodMode

Select the sample period in long sample mode or short mode.


The documentation for this struct was generated from the following file: