Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h325 #define PDU_US(octets, mic, phy, cs) (((phy) & PHY_CODED) ? \ macro
338 #define PDU_MAX_US(octets, mic, phy) PDU_US((octets), (mic), (phy), \
342 #define PDU_US(octets, mic, phy, cs) (((PDU_PREAMBLE_SIZE(phy) + \ macro
350 #define PDU_MAX_US(octets, mic, phy) PDU_US((octets), (mic), (phy), 0)
355 #define PDU_DC_US(octets, mic, phy, cs) PDU_US((octets), (mic), (phy), (cs))
359 #define PDU_AC_US(octets, phy, cs) PDU_US((octets), 0, (phy), (cs))
366 #define PDU_BIS_US(octets, enc, phy, s8) PDU_US((octets), \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c471 transmit_time = PDU_US((test_cte_len > 0) ? (len + 1) : len, 0, test_phy, test_phy_flags) + in calculate_tifs()
474 transmit_time = PDU_US(len, 0, test_phy, test_phy_flags); in calculate_tifs()