Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rtc.h115 typedef void (*nrfx_rtc_handler_t)(nrfx_rtc_int_type_t int_type); typedef
134 nrfx_rtc_handler_t handler);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rtc.c59 nrfx_rtc_handler_t handler; /**< Instance event handler. */
70 nrfx_rtc_handler_t handler) in nrfx_rtc_init()