#include "STC8x_COMP.h"
宏定义 | |
#define | COMP_TRISTATE_SELECT(triMode) |
COMP选择触发模式宏函数,仅限本文件调用。 更多... | |
#define | COMP_PEINPUT_SELECT(pePin) |
COMP选择正极输入脚宏函数,仅限本文件调用。 更多... | |
#define | COMP_NEINPUT_SELECT(nePin) |
COMP选择负极输入脚宏函数,仅限本文件调用。 更多... | |
#define COMP_NEINPUT_SELECT | ( | nePin | ) |
#define COMP_PEINPUT_SELECT | ( | pePin | ) |
COMP选择正极输入脚宏函数,仅限本文件调用。
Comp select positive input pin macro function, only this file call.
[in] | pePin | 正极输入引脚。Positive input pin. |
#define COMP_TRISTATE_SELECT | ( | triMode | ) |
COMP选择触发模式宏函数,仅限本文件调用。
Comp select trigger state macro function, only this file call.
[in] | triMode | 触发模式。 Mode of trigeer. |