Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_comp_ctb.c125 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()
Dcyhal_comp_lp.c161 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()
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_comp.h108 CYHAL_COMP_RISING_EDGE = 0x01, //!< Rising edge on comparator output enumerator