Searched refs:CY_LPCOMP_INTR_DISABLE (Results 1 – 3 of 3) sorted by relevance
158 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()
342 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()
352 …CY_LPCOMP_INTR_DISABLE = 0u, /**< The low-power comparator interrupt is disabled, no interrupt wi… enumerator473 #define CY_LPCOMP_IS_INTR_MODE_VALID(intr) (((intr) == CY_LPCOMP_INTR_DISABLE) || \