Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_comp_ctb.c127 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()
Dcyhal_comp_lp.c163 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()
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_comp.h109 CYHAL_COMP_FALLING_EDGE = 0x02, //!< Falling edge on comparator output enumerator