Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfs/include/services/
Dnrfs_temp.h28 } nrfs_temp_evt_t; typedef
31 typedef void (*nrfs_temp_evt_handler_t)(nrfs_temp_evt_t const * p_evt, void * context);
/hal_nordic-latest/nrfs/src/services/
Dnrfs_temp.c23 nrfs_temp_evt_t evt; in nrfs_temp_service_notify()