Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c471 #define IS_NODE_TX_PTR(_p) ((uint32_t)(_p) & ~0xFFUL) argument
472 #define IS_NODE_TX_DATA(_p) ((uint32_t)(_p) == 0x01UL) argument
473 #define IS_NODE_TX_CTRL(_p) ((uint32_t)(_p) == 0x02UL) argument
474 #define NODE_TX_DATA_SET(_p) ((_p) = (void *)0x01UL) argument
475 #define NODE_TX_CTRL_SET(_p) ((_p) = (void *)0x012UL) argument
488 #define NODE_TX_FRAGMENTS_GET(_p) ((uint32_t)(_p) & 0xFFUL) argument
489 #define NODE_TX_FRAGMENTS_SET(_p, _cmplt) ((_p) = (void *)(uint32_t)(_cmplt)) argument
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c46 #define PKT_IS_IPv4(_p) ((NET_IPV6_HDR(_p)->vtc & 0xf0) == 0x40) argument
/Zephyr-latest/modules/openthread/platform/
Dradio.c46 #define PKT_IS_IPv6(_p) ((NET_IPV6_HDR(_p)->vtc & 0xf0) == 0x60) argument
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c46 #define PDU_MEM_EQUAL(_f, _s, _p, _t) \ argument