Home
last modified time | relevance | path

Searched refs:_p (Results 1 – 5 of 5) 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/scripts/pylib/twister/twisterlib/
Dtestplan.py255 for _p in self.options.exclude_platform:
256 if _p in self.platform_names:
257 excluded_list.append(self.get_platform(_p).name)
/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
47 zassert_mem_equal(_s._f, _p->_f, sizeof(_p->_f), _t "\nCalled at %s:%d\n", file, line);