Home
last modified time | relevance | path

Searched refs:enableInvertOutput (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/hscmp/
Dfsl_hscmp.c126 if (config->enableInvertOutput) in HSCMP_Init()
187 config->enableInvertOutput = false; in HSCMP_GetDefaultConfig()
Dfsl_hscmp.h108 bool enableInvertOutput; /*!< Decide whether to inverts the comparator output. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpcmp/
Dfsl_lpcmp.c152 if (config->enableInvertOutput) in LPCMP_Init()
218 config->enableInvertOutput = false; in LPCMP_GetDefaultConfig()
Dfsl_lpcmp.h205 bool enableInvertOutput; /*!< Decide whether to inverts the comparator output. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/cmp/
Dfsl_cmp.c89 if (true == config->enableInvertOutput) in CMP_Init()
171 config->enableInvertOutput = false; in CMP_GetDefaultConfig()
Dfsl_cmp.h76 bool enableInvertOutput; /*!< Enable the inverted comparator output. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/acmp/
Dfsl_acmp.c99 if (config->enableInvertOutput) in ACMP_Init()
162 config->enableInvertOutput = false; in ACMP_GetDefaultConfig()
Dfsl_acmp.h128 bool enableInvertOutput; /*!< Enable inverted comparator output. */ member