Data Fields
ADCMSP432E4_HWAttrsV1 Struct Reference

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

#include <ADCMSP432E4.h>

Data Fields

uint_fast16_t adcPin
 
uint_fast16_t refVoltage
 
ADCMSP432E4_Module adcModule
 
ADCMSP432E4_Sequencer adcSeq
 

Detailed Description

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

A sample structure is shown below:

const ADCMSP432E4_HWAttrsV1 adcMSP432E4HWAttrs[1] = {
{
.adcModule = ADCMSP432E4_MOD0,
.adcSeq = ADCMSP432E4_SEQ0
}
};

Field Documentation

§ adcPin

uint_fast16_t ADCMSP432E4_HWAttrsV1::adcPin

ADC pin, port channel

§ refVoltage

uint_fast16_t ADCMSP432E4_HWAttrsV1::refVoltage

Reference voltage for ADC channel

§ adcModule

ADCMSP432E4_Module ADCMSP432E4_HWAttrsV1::adcModule

§ adcSeq

ADCMSP432E4_Sequencer ADCMSP432E4_HWAttrsV1::adcSeq

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