Home
last modified time | relevance | path

Searched refs:cyhal_timer_event_t (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_timer.h141 } cyhal_timer_event_t; typedef
187 typedef void(*cyhal_timer_event_callback_t)(void *callback_arg, cyhal_timer_event_t event);
306 void cyhal_timer_enable_event(cyhal_timer_t *obj, cyhal_timer_event_t event, uint8_t intr_priority,…
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_timer_impl.h57 __STATIC_INLINE uint32_t _cyhal_timer_convert_event(cyhal_timer_event_t event) in _cyhal_timer_convert_event()
84 __STATIC_INLINE void cyhal_timer_enable_event_internal(cyhal_timer_t *obj, cyhal_timer_event_t even… in cyhal_timer_enable_event_internal()