Data Fields
ADCMSP432_HWAttrsV1 Struct Reference

ADCMSP432 Hardware attributes These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSPWare these definitions are found in: More...

#include <ADCMSP432.h>

Data Fields

uint_fast16_t adcPin
 
uint_fast16_t refVoltage
 
uint_fast32_t resolution
 
uint_fast32_t refExtValue
 

Detailed Description

ADCMSP432 Hardware attributes These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSPWare these definitions are found in:

A sample structure is shown below:

const ADCMSP432_HWAttrsV1 adcMSP432HWAttrs[1] = {
{
.resolution = ADC_14BIT
.refExtValue = 2500000
}
};

Field Documentation

§ adcPin

uint_fast16_t ADCMSP432_HWAttrsV1::adcPin

ADC pin, port channel

§ refVoltage

uint_fast16_t ADCMSP432_HWAttrsV1::refVoltage

Reference voltage for ADC channel

§ resolution

uint_fast32_t ADCMSP432_HWAttrsV1::resolution

ADC resolution for ADC channel

§ refExtValue

uint_fast32_t ADCMSP432_HWAttrsV1::refExtValue

ADC external reference voltage value (uV)


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