![]() |
![]() |
|
MSPM0C1105_C1106 Driver Library
2.05.00.05
|
Configuration struct for DL_COMP_init. More...
#include <dl_comp.h>
Data Fields | |
| DL_COMP_MODE | mode |
| DL_COMP_ENABLE_CHANNEL | channelEnable |
| DL_COMP_IPSEL_CHANNEL | posChannel |
| DL_COMP_IMSEL_CHANNEL | negChannel |
| DL_COMP_POLARITY | polarity |
| DL_COMP_HYSTERESIS | hysteresis |
Configuration struct for DL_COMP_init.
| DL_COMP_MODE DL_COMP_Config::mode |
The operating mode of the comparator
Referenced by DL_COMP_init().
| DL_COMP_ENABLE_CHANNEL DL_COMP_Config::channelEnable |
The channel inputs to the comparator terminals to enable
Referenced by DL_COMP_init().
| DL_COMP_IPSEL_CHANNEL DL_COMP_Config::posChannel |
The channel input for the positive terminal of the comparator
Referenced by DL_COMP_init().
| DL_COMP_IMSEL_CHANNEL DL_COMP_Config::negChannel |
The channel input for the negative terminal of the comparator
Referenced by DL_COMP_init().
| DL_COMP_POLARITY DL_COMP_Config::polarity |
The polarity of the comparator output
Referenced by DL_COMP_init().
| DL_COMP_HYSTERESIS DL_COMP_Config::hysteresis |
The hysteresis of the comparator
Referenced by DL_COMP_init().