Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_timer.h187 typedef void(*cyhal_timer_event_callback_t)(void *callback_arg, cyhal_timer_event_t event); typedef
293 void cyhal_timer_register_callback(cyhal_timer_t *obj, cyhal_timer_event_callback_t callback, void …
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_timer_impl.h77 …id cyhal_timer_register_callback_internal(cyhal_timer_t *obj, cyhal_timer_event_callback_t callbac… in cyhal_timer_register_callback_internal()