Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_comp.h67 typedef void (* nrfx_comp_event_handler_t)(nrf_comp_event_t event); typedef
162 nrfx_comp_event_handler_t event_handler);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_comp.c52 static nrfx_comp_event_handler_t m_comp_event_handler = NULL;
104 nrfx_comp_event_handler_t event_handler) in nrfx_comp_init()