MSP430 DriverLib for MSP430FR57xx Devices  2.91.13.01
Comp_D_initParam Struct Reference

Used in the Comp_D_init() function as the param parameter. More...

#include <comp_d.h>

Data Fields

uint8_t positiveTerminalInput
 
uint8_t negativeTerminalInput
 
uint8_t outputFilterEnableAndDelayLevel
 
uint16_t invertedOutputPolarity
 

Detailed Description

Used in the Comp_D_init() function as the param parameter.

Field Documentation

§ invertedOutputPolarity

uint16_t Comp_D_initParam::invertedOutputPolarity

Controls if the output will be inverted or not
Valid values are:

  • COMP_D_NORMALOUTPUTPOLARITY [Default]
  • COMP_D_INVERTEDOUTPUTPOLARITY

Referenced by Comp_D_init().

§ negativeTerminalInput

uint8_t Comp_D_initParam::negativeTerminalInput

Selects the input to the negative terminal.
Valid values are:

  • COMP_D_INPUT0 [Default]
  • COMP_D_INPUT1
  • COMP_D_INPUT2
  • COMP_D_INPUT3
  • COMP_D_INPUT4
  • COMP_D_INPUT5
  • COMP_D_INPUT6
  • COMP_D_INPUT7
  • COMP_D_INPUT8
  • COMP_D_INPUT9
  • COMP_D_INPUT10
  • COMP_D_INPUT11
  • COMP_D_INPUT12
  • COMP_D_INPUT13
  • COMP_D_INPUT14
  • COMP_D_INPUT15
  • COMP_D_VREF

Referenced by Comp_D_init().

§ outputFilterEnableAndDelayLevel

uint8_t Comp_D_initParam::outputFilterEnableAndDelayLevel

Controls the output filter delay state, which is either off or enabled with a specified delay level. This parameter is device specific and delay levels should be found in the device's datasheet.
Valid values are:

  • COMP_D_FILTEROUTPUT_OFF [Default]
  • COMP_D_FILTEROUTPUT_DLYLVL1
  • COMP_D_FILTEROUTPUT_DLYLVL2
  • COMP_D_FILTEROUTPUT_DLYLVL3
  • COMP_D_FILTEROUTPUT_DLYLVL4

Referenced by Comp_D_init().

§ positiveTerminalInput

uint8_t Comp_D_initParam::positiveTerminalInput

Selects the input to the positive terminal.
Valid values are:

  • COMP_D_INPUT0 [Default]
  • COMP_D_INPUT1
  • COMP_D_INPUT2
  • COMP_D_INPUT3
  • COMP_D_INPUT4
  • COMP_D_INPUT5
  • COMP_D_INPUT6
  • COMP_D_INPUT7
  • COMP_D_INPUT8
  • COMP_D_INPUT9
  • COMP_D_INPUT10
  • COMP_D_INPUT11
  • COMP_D_INPUT12
  • COMP_D_INPUT13
  • COMP_D_INPUT14
  • COMP_D_INPUT15
  • COMP_D_VREF

Referenced by Comp_D_init().


The documentation for this struct was generated from the following file:

Copyright 2020, Texas Instruments Incorporated