Home
last modified time | relevance | path

Searched refs:p_evt (Results 1 – 13 of 13) sorted by relevance

/hal_nordic-latest/nrfs/include/services/
Dnrfs_reset.h28 typedef void (*nrfs_reset_evt_handler_t)(nrfs_reset_evt_t const * p_evt);
Dnrfs_mram.h29 typedef void (*nrfs_mram_latency_evt_handler_t)(nrfs_mram_latency_evt_t const * p_evt,
Dnrfs_gdpwr.h28 typedef void (*nrfs_gdpwr_evt_handler_t)(nrfs_gdpwr_evt_t const *p_evt,
Dnrfs_usb.h31 typedef void (*nrfs_usb_evt_handler_t)(nrfs_usb_evt_t const * p_evt, void * context);
Dnrfs_gdfs.h28 typedef void (*nrfs_gdfs_evt_handler_t)(nrfs_gdfs_evt_t const * p_evt, void * context);
Dnrfs_swext.h29 typedef void (*nrfs_swext_evt_handler_t)(nrfs_swext_evt_t const *p_evt, void *context);
Dnrfs_diag.h34 typedef void (*nrfs_diag_response_handler_t)(nrfs_diag_evt_t const * p_evt, void * p_context);
Dnrfs_dvfs.h35 typedef void (*nrfs_dvfs_evt_handler_t)(nrfs_dvfs_evt_t const * p_evt, void * context);
Dnrfs_temp.h31 typedef void (*nrfs_temp_evt_handler_t)(nrfs_temp_evt_t const * p_evt, void * context);
Dnrfs_clock.h30 typedef void (*nrfs_clock_evt_handler_t)(nrfs_clock_evt_t const * p_evt, void * context);
Dnrfs_pmic.h38 typedef void (*nrfs_pmic_evt_handler_t)(void const *p_evt, void * p_context);
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pdm.h181 typedef void (*nrfx_pdm_event_handler_t)(nrfx_pdm_evt_t const * p_evt);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twis.c207 nrfx_twis_evt_t const * p_evt) in call_event_handler() argument
212 handler(p_evt); in call_event_handler()