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
 

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[Board_ADCCHANNELCOUNT] = {
{
.resolution = ADC_14BIT
}
};

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


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