Used in the EComp_configureDAC() function as the param parameter. More...
#include <ecomp.h>
Data Fields | |
uint8_t | referenceVoltage |
uint8_t | bufferSource |
uint16_t | firstBufferData |
Sets the first DAC buffer data (0~63). | |
uint16_t | secondBufferData |
Used in the EComp_configureDAC() function as the param parameter.
uint8_t EComp_configureDACParam::bufferSource |
Selects the built-in DAC buffer controlled source.
Valid values are:
Referenced by EComp_configureDAC().
uint8_t EComp_configureDACParam::referenceVoltage |
Selects the built-in DAC reference voltage.
Valid values are:
Referenced by EComp_configureDAC().
uint16_t EComp_configureDACParam::secondBufferData |
Sets the second DAC buffer data (0~63). The reset value for the second DAC buffer is 0x1.
Referenced by EComp_configureDAC().