Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_lpcomp.h55 typedef void (* nrfx_lpcomp_event_handler_t)(nrf_lpcomp_event_t event); typedef
126 nrfx_lpcomp_event_handler_t event_handler);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_lpcomp.c51 static nrfx_lpcomp_event_handler_t m_lpcomp_event_handler = NULL;
127 nrfx_lpcomp_event_handler_t event_handler) in nrfx_lpcomp_init()