Home
last modified time | relevance | path

Searched refs: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
81 if (NRFS_HDR_UNSOLICITED_GET(p_hdr)) { in nrfs_dispatcher_notify()
86 uint8_t srv_id = NRFS_SERVICE_ID_GET(p_hdr->req); in nrfs_dispatcher_notify()
/hal_nordic-latest/nrfs/include/internal/
Dnrfs_hdr.h34 #define NRFS_HDR_FILL(p_hdr, _req) ((p_hdr)->req = (uint16_t)(_req)) argument