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 |
Used in the ADC12_A_configureMemory() function as the param parameter.
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:
Referenced by ADC12_A_configureMemory().
uint8_t ADC12_A_configureMemoryParam::inputSourceSelect |
Is the input that will store the converted data into the specified memory buffer.
Valid values are:
Referenced by ADC12_A_configureMemory().
uint8_t ADC12_A_configureMemoryParam::memoryBufferControlIndex |
Is the selected memory buffer to set the configuration for.
Valid values are:
Referenced by ADC12_A_configureMemory().
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:
Referenced by ADC12_A_configureMemory().
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:
Referenced by ADC12_A_configureMemory().