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 |
Used in the SD24_B_initConverter() function as the param parameter.
uint8_t SD24_B_initConverterParam::alignment |
Selects how the data will be aligned in result
Valid values are:
Referenced by SD24_B_initConverter().
uint8_t SD24_B_initConverterParam::conversionMode |
Determines whether the converter will do continuous samples or a single sample
Valid values are:
Referenced by SD24_B_initConverter().
uint8_t SD24_B_initConverterParam::converter |
Selects the converter that will be configured. Check datasheet for available converters on device.
Valid values are:
Referenced by SD24_B_initConverter().
uint8_t SD24_B_initConverterParam::startSelect |
Selects what will trigger the start of the converter
Valid values are:
Referenced by SD24_B_initConverter().