Searched refs:CYHAL_COMP_RISING_EDGE (Results 1 – 3 of 3) sorted by relevance
125 return CYHAL_COMP_RISING_EDGE; in _cyhal_comp_ctb_get_enabled_events()129 return (cyhal_comp_event_t)(CYHAL_COMP_RISING_EDGE | CYHAL_COMP_FALLING_EDGE); in _cyhal_comp_ctb_get_enabled_events()142 case (uint8_t)CYHAL_COMP_RISING_EDGE: in _cyhal_comp_ctb_convert_hal_event()146 case (uint8_t)(CYHAL_COMP_RISING_EDGE | CYHAL_COMP_FALLING_EDGE): in _cyhal_comp_ctb_convert_hal_event()
161 return CYHAL_COMP_RISING_EDGE; in _cyhal_comp_lp_get_enabled_events()165 return (cyhal_comp_event_t)(CYHAL_COMP_RISING_EDGE | CYHAL_COMP_FALLING_EDGE); in _cyhal_comp_lp_get_enabled_events()178 case (uint8_t)CYHAL_COMP_RISING_EDGE: in _cyhal_comp_lp_convert_hal_event()182 case (uint8_t)(CYHAL_COMP_RISING_EDGE | CYHAL_COMP_FALLING_EDGE): in _cyhal_comp_lp_convert_hal_event()
108 CYHAL_COMP_RISING_EDGE = 0x01, //!< Rising edge on comparator output enumerator