Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfs/include/services/
Dnrfs_dvfs.h35 typedef void (*nrfs_dvfs_evt_handler_t)(nrfs_dvfs_evt_t const * p_evt, void * context); typedef
45 nrfs_err_t nrfs_dvfs_init(nrfs_dvfs_evt_handler_t handler);
/hal_nordic-latest/nrfs/src/services/
Dnrfs_dvfs.c12 nrfs_dvfs_evt_handler_t handler;
63 nrfs_err_t nrfs_dvfs_init(nrfs_dvfs_evt_handler_t handler) in nrfs_dvfs_init()