Home
last modified time | relevance | path

Searched refs:_CYHAL_COMP_CTB_HIST (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_comp_ctb.c233 config.oaCompHyst = _CYHAL_COMP_CTB_HIST(cfg->hysteresis); in _cyhal_comp_ctb_init()
236 config.compHyst = _CYHAL_COMP_CTB_HIST(cfg->hysteresis); in _cyhal_comp_ctb_init()
326 …CY_CTB_COMP_DSI_TRIGGER_OUT_LEVEL, _CYHAL_COMP_CTB_DEFAULT_BYPASS, _CYHAL_COMP_CTB_HIST(cfg->hyste… in _cyhal_comp_ctb_configure()
331 config.compHyst = _CYHAL_COMP_CTB_HIST(cfg->hysteresis); in _cyhal_comp_ctb_configure()
/hal_infineon-3.6.0/mtb-hal-cat1/include_pvt/
Dcyhal_analog_common.h44 …#define _CYHAL_COMP_CTB_HIST(hysteresis) ((hysteresis) ? CY_CTB_COMP_HYST_10MV : CY_CTB_COMP_HY… macro
51 #define _CYHAL_COMP_CTB_HIST(hysteresis) (hysteresis) macro