Data Fields
ADCBufMSP432_Channels Struct Reference

ADCMSP432 Channel setting These fields define channel-specific settings: GPIO and reference voltage. These settings happen when ADCBuf_convert() is called. More...

#include <ADCBufMSP432.h>

Data Fields

uint_fast16_t adcPin
 
ADCBufMSP432_ReferenceSource refSource
 
uint32_t refVoltage
 
ADCBufMSP432_DifferentialMode adcInputMode
 
uint_fast16_t adcDifferentialPin
 
ADCBufMSP432_InternalSourceMode adcInternalSource
 

Detailed Description

ADCMSP432 Channel setting These fields define channel-specific settings: GPIO and reference voltage. These settings happen when ADCBuf_convert() is called.

Field Documentation

§ adcPin

uint_fast16_t ADCBufMSP432_Channels::adcPin

§ refSource

ADCBufMSP432_ReferenceSource ADCBufMSP432_Channels::refSource

ADC pin, port channel

§ refVoltage

uint32_t ADCBufMSP432_Channels::refVoltage

ADC reference source

§ adcInputMode

ADCBufMSP432_DifferentialMode ADCBufMSP432_Channels::adcInputMode

ADC reference voltage in microVolts (if it is internal, the value should be 1.5/2.5)

§ adcDifferentialPin

uint_fast16_t ADCBufMSP432_Channels::adcDifferentialPin

ADC differential mode option

§ adcInternalSource

ADCBufMSP432_InternalSourceMode ADCBufMSP432_Channels::adcInternalSource

ADC differential pin, if adcInputMode = 1, specify pin


The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated