MSP430 DriverLib for MSP430F5xx_6xx Devices  2.91.13.01
ADC12_A_configureMemoryParam Struct Reference

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

#include <adc12_a.h>

Data Fields

uint8_t memoryBufferControlIndex
 
uint8_t inputSourceSelect
 
uint8_t positiveRefVoltageSourceSelect
 
uint8_t negativeRefVoltageSourceSelect
 
uint8_t endOfSequence
 

Detailed Description

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

Field Documentation

§ endOfSequence

uint8_t ADC12_A_configureMemoryParam::endOfSequence

Indicates that the specified memory buffer will be the end of the sequence if a sequenced conversion mode is selected
Valid values are:

  • ADC12_A_NOTENDOFSEQUENCE [Default] - The specified memory buffer will NOT be the end of the sequence OR a sequenced conversion mode is not selected.
  • ADC12_A_ENDOFSEQUENCE - The specified memory buffer will be the end of the sequence.

Referenced by ADC12_A_configureMemory().

§ inputSourceSelect

uint8_t ADC12_A_configureMemoryParam::inputSourceSelect

Is the input that will store the converted data into the specified memory buffer.
Valid values are:

  • ADC12_A_INPUT_A0 [Default]
  • ADC12_A_INPUT_A1
  • ADC12_A_INPUT_A2
  • ADC12_A_INPUT_A3
  • ADC12_A_INPUT_A4
  • ADC12_A_INPUT_A5
  • ADC12_A_INPUT_A6
  • ADC12_A_INPUT_A7
  • ADC12_A_INPUT_A8
  • ADC12_A_INPUT_A9
  • ADC12_A_INPUT_TEMPSENSOR
  • ADC12_A_INPUT_BATTERYMONITOR
  • ADC12_A_INPUT_A12
  • ADC12_A_INPUT_A13
  • ADC12_A_INPUT_A14
  • ADC12_A_INPUT_A15

Referenced by ADC12_A_configureMemory().

§ memoryBufferControlIndex

uint8_t ADC12_A_configureMemoryParam::memoryBufferControlIndex

Is the selected memory buffer to set the configuration for.
Valid values are:

  • ADC12_A_MEMORY_0 [Default]
  • ADC12_A_MEMORY_1
  • ADC12_A_MEMORY_2
  • ADC12_A_MEMORY_3
  • ADC12_A_MEMORY_4
  • ADC12_A_MEMORY_5
  • ADC12_A_MEMORY_6
  • ADC12_A_MEMORY_7
  • ADC12_A_MEMORY_8
  • ADC12_A_MEMORY_9
  • ADC12_A_MEMORY_10
  • ADC12_A_MEMORY_11
  • ADC12_A_MEMORY_12
  • ADC12_A_MEMORY_13
  • ADC12_A_MEMORY_14
  • ADC12_A_MEMORY_15

Referenced by ADC12_A_configureMemory().

§ negativeRefVoltageSourceSelect

uint8_t ADC12_A_configureMemoryParam::negativeRefVoltageSourceSelect

Is the reference voltage source to set as the lower limit for the conversion stored in the specified memory.
Valid values are:

  • ADC12_A_VREFNEG_AVSS [Default]
  • ADC12_A_VREFNEG_EXT

Referenced by ADC12_A_configureMemory().

§ positiveRefVoltageSourceSelect

uint8_t ADC12_A_configureMemoryParam::positiveRefVoltageSourceSelect

Is the reference voltage source to set as the upper limit for the conversion stored in the specified memory.
Valid values are:

  • ADC12_A_VREFPOS_AVCC [Default]
  • ADC12_A_VREFPOS_EXT
  • ADC12_A_VREFPOS_INT

Referenced by ADC12_A_configureMemory().


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

Copyright 2020, Texas Instruments Incorporated