Used in the Comp_D_init() function as the param parameter. More...
#include <comp_d.h>
Data Fields | |
uint8_t | positiveTerminalInput |
uint8_t | negativeTerminalInput |
uint8_t | outputFilterEnableAndDelayLevel |
uint16_t | invertedOutputPolarity |
Used in the Comp_D_init() function as the param parameter.
uint16_t Comp_D_initParam::invertedOutputPolarity |
Controls if the output will be inverted or not
Valid values are:
Referenced by Comp_D_init().
uint8_t Comp_D_initParam::negativeTerminalInput |
Selects the input to the negative terminal.
Valid values are:
Referenced by Comp_D_init().
uint8_t Comp_D_initParam::outputFilterEnableAndDelayLevel |
Controls the output filter delay state, which is either off or enabled with a specified delay level. This parameter is device specific and delay levels should be found in the device's datasheet.
Valid values are:
Referenced by Comp_D_init().
uint8_t Comp_D_initParam::positiveTerminalInput |
Selects the input to the positive terminal.
Valid values are:
Referenced by Comp_D_init().