Data Fields
ComparatorMSP432E4_HWAttrs Struct Reference

ComparatorMSP432E4 Hardware attributes. More...

#include <ComparatorMSP432E4.h>

Data Fields

uint32_t intNum
 
uint32_t intPriority
 
uint32_t compNum
 
ComparatorMSP432E4_PositiveInputChannel positiveTerminal
 
ComparatorMSP432E4_ADCTriggerLevel triggerLevel
 
ComparatorMSP432E4_ReferenceLevel refLevel
 
uint32_t outputPin
 

Detailed Description

ComparatorMSP432E4 Hardware attributes.

A sample structure is shown below:

const ComparatorMSP432E4_HWAttrs comparatorHWAttrs[1] = {
{
.compNum = MSP_EXP432E401Y_COMP0,
.intNum = INT_COMP0,
.intPriority = (~0),
}
};

Field Documentation

§ intNum

uint32_t ComparatorMSP432E4_HWAttrs::intNum

< Device-specific interrupt number

§ intPriority

uint32_t ComparatorMSP432E4_HWAttrs::intPriority

Comparator module ID

§ compNum

uint32_t ComparatorMSP432E4_HWAttrs::compNum

§ positiveTerminal

ComparatorMSP432E4_PositiveInputChannel ComparatorMSP432E4_HWAttrs::positiveTerminal

§ triggerLevel

ComparatorMSP432E4_ADCTriggerLevel ComparatorMSP432E4_HWAttrs::triggerLevel

§ refLevel

ComparatorMSP432E4_ReferenceLevel ComparatorMSP432E4_HWAttrs::refLevel

Output pin. Some comparators only have 1 option.

§ outputPin

uint32_t ComparatorMSP432E4_HWAttrs::outputPin

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