Data Fields
_HAL_ADC_SD24_Configuration_ Struct Reference

Contains the SD24 Configuration. More...

#include <hal_adc_sd24.h>

Collaboration diagram for _HAL_ADC_SD24_Configuration_:
Collaboration graph
[legend]

Data Fields

uint16_t overSampleRatio
 
uint16_t sampleFreq
 
uint8_t referenceSelect
 
uint8_t masterConverter
 
HAL_ADC_SD24_ChanneladcChannelPtr
 The highest converter used to start / stop conversions. More...
 
uint8_t adcChannelLength
 Pointer to the location where the channel configuration is stored. More...
 

Detailed Description

Contains the SD24 Configuration.

Field Documentation

§ overSampleRatio

uint16_t _HAL_ADC_SD24_Configuration_::overSampleRatio

§ sampleFreq

uint16_t _HAL_ADC_SD24_Configuration_::sampleFreq

Selects oversampling ratio for the converter
Valid values are:

  • SD24_OVERSAMPLE_32
  • SD24_OVERSAMPLE_64
  • SD24_OVERSAMPLE_128
  • SD24_OVERSAMPLE_256 Sample Frequency for each converter
    Valid values are:
  • HAL_ADC_sample_frequency_2000_Hz
  • HAL_ADC_sample_frequency_4000_Hz
  • HAL_ADC_sample_frequency_8000_Hz

§ referenceSelect

uint8_t _HAL_ADC_SD24_Configuration_::referenceSelect

§ masterConverter

uint8_t _HAL_ADC_SD24_Configuration_::masterConverter

Selects the reference source for the SD24 core
Valid values are:

  • SD24_REF_EXTERNAL
  • SD24_REF_INTERNAL

§ adcChannelPtr

HAL_ADC_SD24_Channel* _HAL_ADC_SD24_Configuration_::adcChannelPtr

The highest converter used to start / stop conversions.

§ adcChannelLength

uint8_t _HAL_ADC_SD24_Configuration_::adcChannelLength

Pointer to the location where the channel configuration is stored.


The documentation for this struct was generated from the following file:
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale