Used in the Comp_B_configureReferenceVoltage() function as the param parameter. More...
#include <comp_b.h>
Data Fields | |
uint16_t | supplyVoltageReferenceBase |
uint16_t | lowerLimitSupplyVoltageFractionOf32 |
uint16_t | upperLimitSupplyVoltageFractionOf32 |
uint16_t | referenceAccuracy |
Used in the Comp_B_configureReferenceVoltage() function as the param parameter.
uint16_t Comp_B_configureReferenceVoltageParam::lowerLimitSupplyVoltageFractionOf32 |
Is the numerator of the equation to generate the reference voltage for the lower limit reference voltage.
Referenced by Comp_B_configureReferenceVoltage().
uint16_t Comp_B_configureReferenceVoltageParam::referenceAccuracy |
is the reference accuracy setting of the Comp_B. Clocked is for low power/low accuracy.
Valid values are:
Referenced by Comp_B_configureReferenceVoltage().
uint16_t Comp_B_configureReferenceVoltageParam::supplyVoltageReferenceBase |
Decides the source and max amount of Voltage that can be used as a reference.
Valid values are:
Referenced by Comp_B_configureReferenceVoltage().
uint16_t Comp_B_configureReferenceVoltageParam::upperLimitSupplyVoltageFractionOf32 |
Is the numerator of the equation to generate the reference voltage for the upper limit reference voltage.
Referenced by Comp_B_configureReferenceVoltage().