Used in the SD24_B_initConverterAdvanced() function as the param parameter. More...
#include <sd24_b.h>
Data Fields | |
uint8_t | converter |
uint8_t | alignment |
uint8_t | startSelect |
uint8_t | conversionMode |
uint8_t | dataFormat |
uint8_t | sampleDelay |
uint16_t | oversampleRatio |
uint8_t | gain |
Used in the SD24_B_initConverterAdvanced() function as the param parameter.
uint8_t SD24_B_initConverterAdvancedParam::alignment |
Selects how the data will be aligned in result
Valid values are:
Referenced by SD24_B_initConverterAdvanced().
uint8_t SD24_B_initConverterAdvancedParam::conversionMode |
Determines whether the converter will do continuous samples or a single sample
Valid values are:
Referenced by SD24_B_initConverterAdvanced().
uint8_t SD24_B_initConverterAdvancedParam::converter |
Selects the converter that will be configured. Check datasheet for available converters on device.
Valid values are:
Referenced by SD24_B_initConverterAdvanced().
uint8_t SD24_B_initConverterAdvancedParam::dataFormat |
Selects how the data format of the results
Valid values are:
Referenced by SD24_B_initConverterAdvanced().
uint8_t SD24_B_initConverterAdvancedParam::gain |
Selects the gain for the converter
Valid values are:
Referenced by SD24_B_initConverterAdvanced().
uint16_t SD24_B_initConverterAdvancedParam::oversampleRatio |
Selects oversampling ratio for the converter
Valid values are:
Referenced by SD24_B_initConverterAdvanced().
uint8_t SD24_B_initConverterAdvancedParam::sampleDelay |
Selects the delay for the interrupt
Valid values are:
Referenced by SD24_B_initConverterAdvanced().
uint8_t SD24_B_initConverterAdvancedParam::startSelect |
Selects what will trigger the start of the converter
Valid values are:
Referenced by SD24_B_initConverterAdvanced().