SimpleLink MCU SDK Driver APIs  tidrivers_msp43x_3_01_01_03
Data Fields
ADCBufMSP432_HWAttrs Struct Reference

ADCBufMSP432 Hardware attributes These fields are populated by PinMux tool but user is allowed to change for different channels setting. More...

#include <ADCBufMSP432.h>

Collaboration diagram for ADCBufMSP432_HWAttrs:
Collaboration graph
[legend]

Data Fields

uint32_t intPriority
 
ADCBufMSP432_ChannelschannelSetting
 
ADCBufMSP432_Timer_Reference_Source adcTimerTriggerSource
 

Detailed Description

ADCBufMSP432 Hardware attributes These fields are populated by PinMux tool but user is allowed to change for different channels setting.

A sample structure is shown below:

ADCBufMSP432_Channels adcBufMSP432Channels[] = {
{
.refVoltage = 2500000
}
};
const ADCBufMSP432_HWAttrs adcbufMSP432HWAttrs[] = {
{
.intPriority = ~0,
.channelSetting = adcBufMSP432Channels,
.adcTimerTriggerSource = ADCBufMSP432_TIMERA0_CAPTURECOMPARE2
}
};

Field Documentation

uint32_t ADCBufMSP432_HWAttrs::intPriority
ADCBufMSP432_Channels* ADCBufMSP432_HWAttrs::channelSetting

ADC interrupt priority

ADCBufMSP432_Timer_Reference_Source ADCBufMSP432_HWAttrs::adcTimerTriggerSource

ADC channel specific setting


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