Home
last modified time | relevance | path

Searched defs:p_hdr (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfs/src/internal/
Dnrfs_dispatcher.c79 nrfs_hdr_t *p_hdr = (nrfs_hdr_t *)p_notification; in nrfs_dispatcher_notify() local
/hal_nordic-latest/nrfs/include/internal/
Dnrfs_hdr.h34 #define NRFS_HDR_FILL(p_hdr, _req) ((p_hdr)->req = (uint16_t)(_req)) argument