Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_rtc.h148 typedef void (*cyhal_rtc_event_callback_t)(void *callback_arg, cyhal_rtc_event_t event); typedef
287 void cyhal_rtc_register_callback(cyhal_rtc_t *obj, cyhal_rtc_event_callback_t callback, void *callb…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_rtc.c150 static cyhal_rtc_event_callback_t _cyhal_rtc_user_handler;
563 void cyhal_rtc_register_callback(cyhal_rtc_t *obj, cyhal_rtc_event_callback_t callback, void *callb… in cyhal_rtc_register_callback()