Home
last modified time | relevance | path

Searched defs:hysteresis (Results 1 – 7 of 7) sorted by relevance

/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… argument
51 #define _CYHAL_COMP_CTB_HIST(hysteresis) (hysteresis) argument
/hal_infineon-3.6.0/XMCLib/drivers/src/
Dxmc1_gpio.c108 const XMC_GPIO_INPUT_HYSTERESIS_t hysteresis) in XMC_GPIO_SetInputHysteresis()
/hal_infineon-3.6.0/mtb-hal-cat1/include/
Dcyhal_comp.h118 bool hysteresis; member
/hal_infineon-3.6.0/XMCLib/drivers/inc/
Dxmc_acmp.h204 …uint32_t hysteresis : 2; /**< Hysteresis voltage to reduce noise sensitivity. Select the vol… member
Dxmc1_gpio.h121 #define XMC_GPIO_CHECK_INPUT_HYSTERESIS(hysteresis) ((hysteresis == XMC_GPIO_INPUT_HYSTERESIS_STAND… argument
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_lpcomp.c599 …mp_SetHysteresis(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_hyst_t hysteresis) in Cy_LPComp_SetHysteresis()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_lpcomp.h423 cy_en_lpcomp_hyst_t hysteresis; /**< Enables or disables the low-power comparator hysteresis */ member