Searched defs:hysteresis (Results 1 – 7 of 7) sorted by relevance
44 …#define _CYHAL_COMP_CTB_HIST(hysteresis) ((hysteresis) ? CY_CTB_COMP_HYST_10MV : CY_CTB_COMP_HY… argument51 #define _CYHAL_COMP_CTB_HIST(hysteresis) (hysteresis) argument
108 const XMC_GPIO_INPUT_HYSTERESIS_t hysteresis) in XMC_GPIO_SetInputHysteresis()
118 bool hysteresis; member
204 …uint32_t hysteresis : 2; /**< Hysteresis voltage to reduce noise sensitivity. Select the vol… member
121 #define XMC_GPIO_CHECK_INPUT_HYSTERESIS(hysteresis) ((hysteresis == XMC_GPIO_INPUT_HYSTERESIS_STAND… argument
599 …mp_SetHysteresis(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_hyst_t hysteresis) in Cy_LPComp_SetHysteresis()
423 cy_en_lpcomp_hyst_t hysteresis; /**< Enables or disables the low-power comparator hysteresis */ member