MSP430 DriverLib for MSP430F5xx_6xx Devices  2.91.13.01
SD24_B_initConverterParam Struct Reference

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

#include <sd24_b.h>

Data Fields

uint8_t converter
 
uint8_t alignment
 
uint8_t startSelect
 
uint8_t conversionMode
 

Detailed Description

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

Field Documentation

§ alignment

uint8_t SD24_B_initConverterParam::alignment

Selects how the data will be aligned in result
Valid values are:

  • SD24_B_ALIGN_RIGHT [Default]
  • SD24_B_ALIGN_LEFT

Referenced by SD24_B_initConverter().

§ conversionMode

uint8_t SD24_B_initConverterParam::conversionMode

Determines whether the converter will do continuous samples or a single sample
Valid values are:

  • SD24_B_CONTINUOUS_MODE [Default]
  • SD24_B_SINGLE_MODE

Referenced by SD24_B_initConverter().

§ converter

uint8_t SD24_B_initConverterParam::converter

Selects the converter that will be configured. Check datasheet for available converters on device.
Valid values are:

  • SD24_B_CONVERTER_0
  • SD24_B_CONVERTER_1
  • SD24_B_CONVERTER_2
  • SD24_B_CONVERTER_3
  • SD24_B_CONVERTER_4
  • SD24_B_CONVERTER_5
  • SD24_B_CONVERTER_6
  • SD24_B_CONVERTER_7

Referenced by SD24_B_initConverter().

§ startSelect

uint8_t SD24_B_initConverterParam::startSelect

Selects what will trigger the start of the converter
Valid values are:

  • SD24_B_CONVERSION_SELECT_SD24SC [Default]
  • SD24_B_CONVERSION_SELECT_EXT1
  • SD24_B_CONVERSION_SELECT_EXT2
  • SD24_B_CONVERSION_SELECT_EXT3
  • SD24_B_CONVERSION_SELECT_GROUP0
  • SD24_B_CONVERSION_SELECT_GROUP1
  • SD24_B_CONVERSION_SELECT_GROUP2
  • SD24_B_CONVERSION_SELECT_GROUP3

Referenced by SD24_B_initConverter().


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

Copyright 2020, Texas Instruments Incorporated