MSP430 DriverLib for MSP430FR57xx Devices  2.91.13.01
adc10_b

Functions

bool ADC10_B_init (uint16_t baseAddress, uint16_t sampleHoldSignalSourceSelect, uint8_t clockSourceSelect, uint16_t clockSourceDivider)
 Initializes the ADC10B Module. More...
 
void ADC10_B_enable (uint16_t baseAddress)
 Enables the ADC10B block. More...
 
void ADC10_B_disable (uint16_t baseAddress)
 Disables the ADC10B block. More...
 
void ADC10_B_setupSamplingTimer (uint16_t baseAddress, uint16_t clockCycleHoldCount, uint16_t multipleSamplesEnabled)
 Sets up and enables the Sampling Timer Pulse Mode. More...
 
void ADC10_B_disableSamplingTimer (uint16_t baseAddress)
 Disables Sampling Timer Pulse Mode. More...
 
void ADC10_B_configureMemory (uint16_t baseAddress, uint8_t inputSourceSelect, uint8_t positiveRefVoltageSourceSelect, uint8_t negativeRefVoltageSourceSelect)
 Configures the controls of the selected memory buffer. More...
 
void ADC10_B_enableInterrupt (uint16_t baseAddress, uint8_t interruptMask)
 Enables selected ADC10B interrupt sources. More...
 
void ADC10_B_disableInterrupt (uint16_t baseAddress, uint8_t interruptMask)
 Disables selected ADC10B interrupt sources. More...
 
void ADC10_B_clearInterrupt (uint16_t baseAddress, uint8_t interruptFlagMask)
 Clears ADC10B selected interrupt flags. More...
 
uint8_t ADC10_B_getInterruptStatus (uint16_t baseAddress, uint8_t interruptFlagMask)
 Returns the status of the selected memory interrupt flags. More...
 
void ADC10_B_startConversion (uint16_t baseAddress, uint8_t conversionSequenceModeSelect)
 Enables/Starts an Analog-to-Digital Conversion. More...
 
void ADC10_B_disableConversions (uint16_t baseAddress, bool preempt)
 Disables the ADC from converting any more signals. More...
 
uint16_t ADC10_B_getResults (uint16_t baseAddress)
 Returns the raw contents of the specified memory buffer. More...
 
void ADC10_B_setResolution (uint16_t baseAddress, uint8_t resolutionSelect)
 Use to change the resolution of the converted data. More...
 
void ADC10_B_setSampleHoldSignalInversion (uint16_t baseAddress, uint16_t invertedSignal)
 Use to invert or un-invert the sample/hold signal. More...
 
void ADC10_B_setDataReadBackFormat (uint16_t baseAddress, uint16_t readBackFormat)
 Use to set the read-back format of the converted data. More...
 
void ADC10_B_enableReferenceBurst (uint16_t baseAddress)
 Enables the reference buffer's burst ability. More...
 
void ADC10_B_disableReferenceBurst (uint16_t baseAddress)
 Disables the reference buffer's burst ability. More...
 
void ADC10_B_setReferenceBufferSamplingRate (uint16_t baseAddress, uint16_t samplingRateSelect)
 Use to set the reference buffer's sampling rate. More...
 
void ADC10_B_setWindowComp (uint16_t baseAddress, uint16_t highThreshold, uint16_t lowThreshold)
 Sets the high and low threshold for the window comparator feature. More...
 
uint32_t ADC10_B_getMemoryAddressForDMA (uint16_t baseAddress)
 Returns the address of the memory buffer for the DMA module. More...
 
uint8_t ADC10_B_isBusy (uint16_t baseAddress)
 Returns the busy status of the ADC10B core. More...
 

Detailed Description

Function Documentation

§ ADC10_B_clearInterrupt()

void ADC10_B_clearInterrupt ( uint16_t  baseAddress,
uint8_t  interruptFlagMask 
)

Clears ADC10B selected interrupt flags.

The selected ADC10B interrupt flags are cleared, so that it no longer asserts. The memory buffer interrupt flags are only cleared when the memory buffer is accessed.

Parameters
baseAddressis the base address of the ADC10B module.
interruptFlagMaskis a bit mask of the interrupt flags to be cleared. Mask value is the logical OR of any of the following:
  • ADC10_B_OVIFG - Interrupt flag for when a new conversion is about to overwrite the previous one
  • ADC10_B_TOVIFG - Interrupt flag for when a new conversion is starting before the previous one has finished
  • ADC10_B_HIIFG - Interrupt flag for when the input signal has gone above the high threshold of the window comparator
  • ADC10_B_LOIFG - Interrupt flag for when the input signal has gone below the low threshold of the window comparator
  • ADC10_B_INIFG - Interrupt flag for when the input signal is in between the high and low thresholds of the window comparator
  • ADC10_B_IFG0 - Interrupt flag for new conversion data in the memory buffer

Modified bits of ADC10IFG register.

Returns
None

§ ADC10_B_configureMemory()

void ADC10_B_configureMemory ( uint16_t  baseAddress,
uint8_t  inputSourceSelect,
uint8_t  positiveRefVoltageSourceSelect,
uint8_t  negativeRefVoltageSourceSelect 
)

Configures the controls of the selected memory buffer.

Maps an input signal conversion into the memory buffer, as well as the positive and negative reference voltages for each conversion being stored into the memory buffer. If the internal reference is used for the positive reference voltage, the internal REF module has to control the voltage level. Note that if a conversion has been started with the startConversion() function, then a call to disableConversions() is required before this function may be called. If conversion is not disabled, this function does nothing.

Parameters
baseAddressis the base address of the ADC10B module.
inputSourceSelectis the input that will store the converted data into the specified memory buffer. Valid values are:
  • ADC10_B_INPUT_A0 [Default]
  • ADC10_B_INPUT_A1
  • ADC10_B_INPUT_A2
  • ADC10_B_INPUT_A3
  • ADC10_B_INPUT_A4
  • ADC10_B_INPUT_A5
  • ADC10_B_INPUT_A6
  • ADC10_B_INPUT_A7
  • ADC10_B_INPUT_VEREF_P
  • ADC10_B_INPUT_VEREF_N
  • ADC10_B_INPUT_TEMPSENSOR
  • ADC10_B_INPUT_BATTERYMONITOR
  • ADC10_B_INPUT_A12
  • ADC10_B_INPUT_A13
  • ADC10_B_INPUT_A14
  • ADC10_B_INPUT_A15
    Modified bits are ADC10INCHx of ADC10MCTL0 register.
positiveRefVoltageSourceSelectis the reference voltage source to set as the upper limit for the conversion that is to be stored in the specified memory buffer. Valid values are:
  • ADC10_B_VREFPOS_AVCC [Default]
  • ADC10_B_VREFPOS_EXT
  • ADC10_B_VREFPOS_INT
    Modified bits are ADC10SREF of ADC10MCTL0 register.
negativeRefVoltageSourceSelectis the reference voltage source to set as the lower limit for the conversion that is to be stored in the specified memory buffer. Valid values are:
  • ADC10_B_VREFNEG_AVSS [Default]
  • ADC10_B_VREFNEG_EXT
    Modified bits are ADC10SREF of ADC10MCTL0 register.
Returns
None

§ ADC10_B_disable()

void ADC10_B_disable ( uint16_t  baseAddress)

Disables the ADC10B block.

This will disable operation of the ADC10B block.

Parameters
baseAddressis the base address of the ADC10B module.

Modified bits are ADC10ON of ADC10CTL0 register.

Returns
None

§ ADC10_B_disableConversions()

void ADC10_B_disableConversions ( uint16_t  baseAddress,
bool  preempt 
)

Disables the ADC from converting any more signals.

Disables the ADC from converting any more signals. If there is a conversion in progress, this function can stop it immediately if the preempt parameter is set as ADC10_B_PREEMPTCONVERSION, by changing the conversion mode to single-channel, single-conversion and disabling conversions. If the conversion mode is set as single-channel, single-conversion and this function is called without preemption, then the ADC core conversion status is polled until the conversion is complete before disabling conversions to prevent unpredictable data. If the ADC10CTL1 and ADC10CTL0

Parameters
baseAddressis the base address of the ADC10B module.
preemptspecifies if the current conversion should be pre-empted stopped before the end of the conversion Valid values are:
  • ADC10_B_COMPLETECONVERSION - Allows the ADC10B to end the current conversion before disabling conversions.
  • ADC10_B_PREEMPTCONVERSION - Stops the ADC10B immediately, with unpredicatble results of the current conversion. Cannot be used with repeated conversion.

Modified bits of ADC10CTL1 register and bits of ADC10CTL0 register.

Returns
None

§ ADC10_B_disableInterrupt()

void ADC10_B_disableInterrupt ( uint16_t  baseAddress,
uint8_t  interruptMask 
)

Disables selected ADC10B interrupt sources.

Disables the indicated ADC10B interrupt sources. Only the sources that are enabled can be reflected to the processor interrupt; disabled sources have no effect on the processor.

Parameters
baseAddressis the base address of the ADC10B module.
interruptMaskis the bit mask of the memory buffer interrupt sources to be disabled. Mask value is the logical OR of any of the following:
  • ADC10_B_OVIE - Interrupts when a new conversion is about to overwrite the previous one
  • ADC10_B_TOVIE - Interrupts when a new conversion is starting before the previous one has finished
  • ADC10_B_HIIE - Interrupts when the input signal has gone above the high threshold of the window comparator
  • ADC10_B_LOIE - Interrupts when the input signal has gone below the low threshold of the low window comparator
  • ADC10_B_INIE - Interrupts when the input signal is in between the high and low thresholds of the window comparator
  • ADC10_B_IE0 - Interrupt for new conversion data in the memory buffer

Modified bits of ADC10IE register.

Returns
None

§ ADC10_B_disableReferenceBurst()

void ADC10_B_disableReferenceBurst ( uint16_t  baseAddress)

Disables the reference buffer's burst ability.

Disables the reference buffer's burst ability, forcing the reference buffer to remain on continuously.

Parameters
baseAddressis the base address of the ADC10B module.

Modified bits are ADC10REFBURST of ADC10CTL2 register.

Returns
None

§ ADC10_B_disableSamplingTimer()

void ADC10_B_disableSamplingTimer ( uint16_t  baseAddress)

Disables Sampling Timer Pulse Mode.

Disables the Sampling Timer Pulse Mode. Note that if a conversion has been started with the startConversion() function, then a call to disableConversions() is required before this function may be called.

Parameters
baseAddressis the base address of the ADC10B module.

Modified bits are ADC10SHP of ADC10CTL1 register.

Returns
None

§ ADC10_B_enable()

void ADC10_B_enable ( uint16_t  baseAddress)

Enables the ADC10B block.

This will enable operation of the ADC10B block.

Parameters
baseAddressis the base address of the ADC10B module.

Modified bits are ADC10ON of ADC10CTL0 register.

Returns
None

§ ADC10_B_enableInterrupt()

void ADC10_B_enableInterrupt ( uint16_t  baseAddress,
uint8_t  interruptMask 
)

Enables selected ADC10B interrupt sources.

Enables the indicated ADC10B interrupt sources. Only the sources that are enabled can be reflected to the processor interrupt; disabled sources have no effect on the processor. Does not clear interrupt flags.

Parameters
baseAddressis the base address of the ADC10B module.
interruptMaskis the bit mask of the memory buffer interrupt sources to be enabled. Mask value is the logical OR of any of the following:
  • ADC10_B_OVIE - Interrupts when a new conversion is about to overwrite the previous one
  • ADC10_B_TOVIE - Interrupts when a new conversion is starting before the previous one has finished
  • ADC10_B_HIIE - Interrupts when the input signal has gone above the high threshold of the window comparator
  • ADC10_B_LOIE - Interrupts when the input signal has gone below the low threshold of the low window comparator
  • ADC10_B_INIE - Interrupts when the input signal is in between the high and low thresholds of the window comparator
  • ADC10_B_IE0 - Interrupt for new conversion data in the memory buffer

Modified bits of ADC10IE register.

Returns
None

§ ADC10_B_enableReferenceBurst()

void ADC10_B_enableReferenceBurst ( uint16_t  baseAddress)

Enables the reference buffer's burst ability.

Enables the reference buffer's burst ability, allowing the reference buffer to turn off while the ADC is not converting, and automatically turning on when the ADC needs the generated reference voltage for a conversion.

Parameters
baseAddressis the base address of the ADC10B module.

Modified bits are ADC10REFBURST of ADC10CTL2 register.

Returns
None

§ ADC10_B_getInterruptStatus()

uint8_t ADC10_B_getInterruptStatus ( uint16_t  baseAddress,
uint8_t  interruptFlagMask 
)

Returns the status of the selected memory interrupt flags.

Returns the status of the selected interrupt flags.

Parameters
baseAddressis the base address of the ADC10B module.
interruptFlagMaskis a bit mask of the interrupt flags status to be returned. Mask value is the logical OR of any of the following:
  • ADC10_B_OVIFG - Interrupt flag for when a new conversion is about to overwrite the previous one
  • ADC10_B_TOVIFG - Interrupt flag for when a new conversion is starting before the previous one has finished
  • ADC10_B_HIIFG - Interrupt flag for when the input signal has gone above the high threshold of the window comparator
  • ADC10_B_LOIFG - Interrupt flag for when the input signal has gone below the low threshold of the window comparator
  • ADC10_B_INIFG - Interrupt flag for when the input signal is in between the high and low thresholds of the window comparator
  • ADC10_B_IFG0 - Interrupt flag for new conversion data in the memory buffer

Modified bits of ADC10IFG register.

Returns
The current interrupt flag status for the corresponding mask.

§ ADC10_B_getMemoryAddressForDMA()

uint32_t ADC10_B_getMemoryAddressForDMA ( uint16_t  baseAddress)

Returns the address of the memory buffer for the DMA module.

Parameters
baseAddressis the base address of the ADC10B module.
Returns
Returns the address of the memory buffer. This can be used in conjunction with the DMA to store the converted data directly to memory.

§ ADC10_B_getResults()

uint16_t ADC10_B_getResults ( uint16_t  baseAddress)

Returns the raw contents of the specified memory buffer.

Returns the raw contents of the specified memory buffer. The format of the content depends on the read-back format of the data: if the data is in signed 2's complement format then the contents in the memory buffer will be left-justified with the least-significant bits as 0's, whereas if the data is in unsigned format then the contents in the memory buffer will be right- justified with the most-significant bits as 0's.

Parameters
baseAddressis the base address of the ADC10B module.
Returns
A Signed Integer of the contents of the specified memory buffer.

§ ADC10_B_init()

bool ADC10_B_init ( uint16_t  baseAddress,
uint16_t  sampleHoldSignalSourceSelect,
uint8_t  clockSourceSelect,
uint16_t  clockSourceDivider 
)

Initializes the ADC10B Module.

This function initializes the ADC module to allow for analog-to-digital conversions. Specifically this function sets up the sample-and-hold signal and clock sources for the ADC core to use for conversions. Upon successful completion of the initialization all of the ADC control registers will be reset, excluding the memory controls and reference module bits, the given parameters will be set, and the ADC core will be turned on (Note, that the ADC core only draws power during conversions and remains off when not converting).Note that sample/hold signal sources are device dependent. Note that if re-initializing the ADC after starting a conversion with the startConversion() function, the disableConversion() must be called BEFORE this function can be called.

Parameters
baseAddressis the base address of the ADC10B module.
sampleHoldSignalSourceSelectis the signal that will trigger a sample-and-hold for an input signal to be converted. This parameter is device specific and sources should be found in the device's datasheet. Valid values are:
  • ADC10_B_SAMPLEHOLDSOURCE_SC [Default]
  • ADC10_B_SAMPLEHOLDSOURCE_1
  • ADC10_B_SAMPLEHOLDSOURCE_2
  • ADC10_B_SAMPLEHOLDSOURCE_3
    Modified bits are ADC10SHSx of ADC10CTL1 register.
clockSourceSelectselects the clock that will be used by the ADC10B core and the sampling timer if a sampling pulse mode is enabled. Valid values are:
  • ADC10_B_CLOCKSOURCE_ADC10OSC [Default] - MODOSC 5 MHz oscillator from the clock system
  • ADC10_B_CLOCKSOURCE_ACLK - The Auxiliary Clock
  • ADC10_B_CLOCKSOURCE_MCLK - The Master Clock
  • ADC10_B_CLOCKSOURCE_SMCLK - The Sub-Master Clock
    Modified bits are ADC10SSELx of ADC10CTL1 register.
clockSourceDividerselects the amount that the clock will be divided. Valid values are:
  • ADC10_B_CLOCKDIVIDER_1 [Default]
  • ADC10_B_CLOCKDIVIDER_2
  • ADC10_B_CLOCKDIVIDER_3
  • ADC10_B_CLOCKDIVIDER_4
  • ADC10_B_CLOCKDIVIDER_5
  • ADC10_B_CLOCKDIVIDER_6
  • ADC10_B_CLOCKDIVIDER_7
  • ADC10_B_CLOCKDIVIDER_8
  • ADC10_B_CLOCKDIVIDER_12
  • ADC10_B_CLOCKDIVIDER_16
  • ADC10_B_CLOCKDIVIDER_20
  • ADC10_B_CLOCKDIVIDER_24
  • ADC10_B_CLOCKDIVIDER_28
  • ADC10_B_CLOCKDIVIDER_32
  • ADC10_B_CLOCKDIVIDER_64
  • ADC10_B_CLOCKDIVIDER_128
  • ADC10_B_CLOCKDIVIDER_192
  • ADC10_B_CLOCKDIVIDER_256
  • ADC10_B_CLOCKDIVIDER_320
  • ADC10_B_CLOCKDIVIDER_384
  • ADC10_B_CLOCKDIVIDER_448
  • ADC10_B_CLOCKDIVIDER_512
    Modified bits are ADC10DIVx of ADC10CTL1 register; bits ADC10PDIVx of ADC10CTL2 register.
Returns
STATUS_SUCCESS or STATUS_FAILURE of the initialization process.

§ ADC10_B_isBusy()

uint8_t ADC10_B_isBusy ( uint16_t  baseAddress)

Returns the busy status of the ADC10B core.

Returns the status of the ADC core if there is a conversion currently taking place.

Parameters
baseAddressis the base address of the ADC10B module.
Returns
ADC10_B_BUSY or ADC10_B_NOTBUSY dependent if there is a conversion currently taking place. Return one of the following:
  • ADC10_B_NOTBUSY
  • ADC10_B_BUSY

§ ADC10_B_setDataReadBackFormat()

void ADC10_B_setDataReadBackFormat ( uint16_t  baseAddress,
uint16_t  readBackFormat 
)

Use to set the read-back format of the converted data.

Sets the format of the converted data: how it will be stored into the memory buffer, and how it should be read back. The format can be set as right-justified (default), which indicates that the number will be unsigned, or left-justified, which indicates that the number will be signed in 2's complement format. This change affects all memory buffers for subsequent conversions.

Parameters
baseAddressis the base address of the ADC10B module.
readBackFormatis the specified format to store the conversions in the memory buffer. Valid values are:
  • ADC10_B_UNSIGNED_BINARY [Default]
  • ADC10_B_SIGNED_2SCOMPLEMENT
    Modified bits are ADC10DF of ADC10CTL2 register.
Returns
None

§ ADC10_B_setReferenceBufferSamplingRate()

void ADC10_B_setReferenceBufferSamplingRate ( uint16_t  baseAddress,
uint16_t  samplingRateSelect 
)

Use to set the reference buffer's sampling rate.

Sets the reference buffer's sampling rate to the selected sampling rate. The default sampling rate is maximum of 200-ksps, and can be reduced to a maximum of 50-ksps to conserve power.

Parameters
baseAddressis the base address of the ADC10B module.
samplingRateSelectis the specified maximum sampling rate. Valid values are:
  • ADC10_B_MAXSAMPLINGRATE_200KSPS [Default]
  • ADC10_B_MAXSAMPLINGRATE_50KSPS
    Modified bits are ADC10SR of ADC10CTL2 register.

Modified bits of ADC10CTL2 register.

Returns
None

§ ADC10_B_setResolution()

void ADC10_B_setResolution ( uint16_t  baseAddress,
uint8_t  resolutionSelect 
)

Use to change the resolution of the converted data.

This function can be used to change the resolution of the converted data from the default of 12-bits.

Parameters
baseAddressis the base address of the ADC10B module.
resolutionSelectdetermines the resolution of the converted data. Valid values are:
  • ADC10_B_RESOLUTION_8BIT
  • ADC10_B_RESOLUTION_10BIT [Default]
    Modified bits are ADC10RES of ADC10CTL2 register.
Returns
None

§ ADC10_B_setSampleHoldSignalInversion()

void ADC10_B_setSampleHoldSignalInversion ( uint16_t  baseAddress,
uint16_t  invertedSignal 
)

Use to invert or un-invert the sample/hold signal.

This function can be used to invert or un-invert the sample/hold signal. Note that if a conversion has been started with the startConversion() function, then a call to disableConversions() is required before this function may be called.

Parameters
baseAddressis the base address of the ADC10B module.
invertedSignalset if the sample/hold signal should be inverted Valid values are:
  • ADC10_B_NONINVERTEDSIGNAL [Default] - a sample-and-hold of an input signal for conversion will be started on a rising edge of the sample/hold signal.
  • ADC10_B_INVERTEDSIGNAL - a sample-and-hold of an input signal for conversion will be started on a falling edge of the sample/hold signal.
    Modified bits are ADC10ISSH of ADC10CTL1 register.
Returns
None

§ ADC10_B_setupSamplingTimer()

void ADC10_B_setupSamplingTimer ( uint16_t  baseAddress,
uint16_t  clockCycleHoldCount,
uint16_t  multipleSamplesEnabled 
)

Sets up and enables the Sampling Timer Pulse Mode.

This function sets up the sampling timer pulse mode which allows the sample/hold signal to trigger a sampling timer to sample-and-hold an input signal for a specified number of clock cycles without having to hold the sample/hold signal for the entire period of sampling. Note that if a conversion has been started with the startConversion() function, then a call to disableConversions() is required before this function may be called.

Parameters
baseAddressis the base address of the ADC10B module.
clockCycleHoldCountsets the amount of clock cycles to sample-and- hold for the memory buffer. Valid values are:
  • ADC10_B_CYCLEHOLD_4_CYCLES [Default]
  • ADC10_B_CYCLEHOLD_8_CYCLES
  • ADC10_B_CYCLEHOLD_16_CYCLES
  • ADC10_B_CYCLEHOLD_32_CYCLES
  • ADC10_B_CYCLEHOLD_64_CYCLES
  • ADC10_B_CYCLEHOLD_96_CYCLES
  • ADC10_B_CYCLEHOLD_128_CYCLES
  • ADC10_B_CYCLEHOLD_192_CYCLES
  • ADC10_B_CYCLEHOLD_256_CYCLES
  • ADC10_B_CYCLEHOLD_384_CYCLES
  • ADC10_B_CYCLEHOLD_512_CYCLES
  • ADC10_B_CYCLEHOLD_768_CYCLES
  • ADC10_B_CYCLEHOLD_1024_CYCLES
    Modified bits are ADC10SHTx of ADC10CTL0 register.
multipleSamplesEnabledallows multiple conversions to start without a trigger signal from the sample/hold signal Valid values are:
  • ADC10_B_MULTIPLESAMPLESDISABLE - a timer trigger will be needed to start every ADC conversion.
  • ADC10_B_MULTIPLESAMPLESENABLE - during a sequenced and/or repeated conversion mode, after the first conversion, no sample/hold signal is necessary to start subsequent samples.
    Modified bits are ADC10MSC of ADC10CTL0 register.
Returns
None

§ ADC10_B_setWindowComp()

void ADC10_B_setWindowComp ( uint16_t  baseAddress,
uint16_t  highThreshold,
uint16_t  lowThreshold 
)

Sets the high and low threshold for the window comparator feature.

Sets the high and low threshold for the window comparator feature. Use the ADC10HIIE, ADC10INIE, ADC10LOIE interrupts to utilize this feature.

Parameters
baseAddressis the base address of the ADC10B module.
highThresholdis the upper bound that could trip an interrupt for the window comparator.
lowThresholdis the lower bound that could trip on interrupt for the window comparator.

Modified bits of ADC10LO register and bits of ADC10HI register.

Returns
None

§ ADC10_B_startConversion()

void ADC10_B_startConversion ( uint16_t  baseAddress,
uint8_t  conversionSequenceModeSelect 
)

Enables/Starts an Analog-to-Digital Conversion.

This function enables/starts the conversion process of the ADC. If the sample/hold signal source chosen during initialization was ADC10OSC, then the conversion is started immediately, otherwise the chosen sample/hold signal source starts the conversion by a rising edge of the signal. Keep in mind when selecting conversion modes, that for sequenced and/or repeated modes, to keep the sample/hold-and-convert process continuing without a trigger from the sample/hold signal source, the multiple samples must be enabled using the ADC10_B_setupSamplingTimer() function. Also note that when a sequence conversion mode is selected, the first input channel is the one mapped to the memory buffer, the next input channel selected for conversion is one less than the input channel just converted (i.e. A1 comes after A2), until A0 is reached, and if in repeating mode, then the next input channel will again be the one mapped to the memory buffer. Note that after this function is called, the ADC10_B_stopConversions() has to be called to re-initialize the ADC, reconfigure a memory buffer control, enable/disable the sampling timer, or to change the internal reference voltage.

Parameters
baseAddressis the base address of the ADC10B module.
conversionSequenceModeSelectdetermines the ADC operating mode. Valid values are:
  • ADC10_B_SINGLECHANNEL [Default] - one-time conversion of a single channel into a single memory buffer
  • ADC10_B_SEQOFCHANNELS - one time conversion of multiple channels into the specified starting memory buffer and each subsequent memory buffer up until the conversion is stored in a memory buffer dedicated as the end-of-sequence by the memory's control register
  • ADC10_B_REPEATED_SINGLECHANNEL - repeated conversions of one channel into a single memory buffer
  • ADC10_B_REPEATED_SEQOFCHANNELS - repeated conversions of multiple channels into the specified starting memory buffer and each subsequent memory buffer up until the conversion is stored in a memory buffer dedicated as the end-of-sequence by the memory's control register
    Modified bits are ADC10CONSEQx of ADC10CTL1 register.
Returns
None

Copyright 2020, Texas Instruments Incorporated