Home
last modified time | relevance | path

Searched refs:CY_LPCOMP_INTR_DISABLE (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_comp_lp.c158 case CY_LPCOMP_INTR_DISABLE: in _cyhal_comp_lp_get_enabled_events()
177 return CY_LPCOMP_INTR_DISABLE; in _cyhal_comp_lp_convert_hal_event()
186 return CY_LPCOMP_INTR_DISABLE; in _cyhal_comp_lp_convert_hal_event()
311 comp_lp_config.intType = CY_LPCOMP_INTR_DISABLE; in _cyhal_comp_lp_init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_lpcomp.c342 Cy_LPComp_SetInterruptTriggerMode_Ext(base, channel, CY_LPCOMP_INTR_DISABLE, context); in Cy_LPComp_Disable_Ext()
370 Cy_LPComp_SetInterruptTriggerMode(base, channel, CY_LPCOMP_INTR_DISABLE); in Cy_LPComp_Disable()
436 if (intType != CY_LPCOMP_INTR_DISABLE) in Cy_LPComp_SetInterruptTriggerMode_Ext()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_lpcomp.h352CY_LPCOMP_INTR_DISABLE = 0u, /**< The low-power comparator interrupt is disabled, no interrupt wi… enumerator
473 #define CY_LPCOMP_IS_INTR_MODE_VALID(intr) (((intr) == CY_LPCOMP_INTR_DISABLE) || \