Searched refs:_CYHAL_COMP_CTB_HIST (Results 1 – 2 of 2) sorted by relevance
233 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()
44 …#define _CYHAL_COMP_CTB_HIST(hysteresis) ((hysteresis) ? CY_CTB_COMP_HYST_10MV : CY_CTB_COMP_HY… macro51 #define _CYHAL_COMP_CTB_HIST(hysteresis) (hysteresis) macro