Comparator Parameters. More...
#include <Comparator.h>
Data Fields | |
Comparator_CallBackFxn | callbackFxn |
Comparator_OutputPolarity | outputPolarity |
Comparator_InterruptLevel | interruptLevel |
Comparator Parameters.
Comparator parameters are used by the Comparator_open() call. Default values for these parameters are set using Comparator_Params_init().
Comparator_CallBackFxn Comparator_Params::callbackFxn |
Callback function called when events happen in the Comparator driver
Comparator_OutputPolarity Comparator_Params::outputPolarity |
Output polarity of the Comparator module (inverted/normal)
Comparator_InterruptLevel Comparator_Params::interruptLevel |
Interrupt level of the Comparator module (edge or level triggers)