Searched refs:CYHAL_COMP_FALLING_EDGE (Results 1 – 3 of 3) sorted by relevance
127 return CYHAL_COMP_FALLING_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()144 case (uint8_t)CYHAL_COMP_FALLING_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()
163 return CYHAL_COMP_FALLING_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()180 case (uint8_t)CYHAL_COMP_FALLING_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()
109 CYHAL_COMP_FALLING_EDGE = 0x02, //!< Falling edge on comparator output enumerator