Used in the Comp_B_init() function as the param parameter. More...
#include <comp_b.h>
Data Fields | |
uint8_t | positiveTerminalInput |
uint8_t | negativeTerminalInput |
uint16_t | powerModeSelect |
uint8_t | outputFilterEnableAndDelayLevel |
uint16_t | invertedOutputPolarity |
Used in the Comp_B_init() function as the param parameter.
uint16_t Comp_B_initParam::invertedOutputPolarity |
Controls if the output will be inverted or not
Valid values are:
Referenced by Comp_B_init().
uint8_t Comp_B_initParam::negativeTerminalInput |
Selects the input to the negative terminal.
Valid values are:
Referenced by Comp_B_init().
uint8_t Comp_B_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_B_init().
uint8_t Comp_B_initParam::positiveTerminalInput |
Selects the input to the positive terminal.
Valid values are:
Referenced by Comp_B_init().
uint16_t Comp_B_initParam::powerModeSelect |
Selects the power mode at which the Comp_B module will operate at.
Valid values are:
Referenced by Comp_B_init().