Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c60 static uint8_t test_phy_flags; variable
192 radio_switch_complete_and_b2b_tx(test_phy, test_phy_flags, test_phy, test_phy_flags); in isr_tx()
200 radio_tx_ready_delay_get(test_phy, test_phy_flags) - in isr_tx()
249 radio_switch_complete_and_b2b_rx(test_phy, test_phy_flags, test_phy, test_phy_flags); in isr_rx()
471 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()
515 test_phy_flags = 1U; in init()
518 test_phy_flags = 0U; in init()
523 radio_phy_set(test_phy, test_phy_flags); in init()
640 radio_switch_complete_and_b2b_tx(test_phy, test_phy_flags, test_phy, test_phy_flags); in ll_test_tx()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_test.c33 static uint8_t test_phy_flags; variable
106 t -= radio_tx_ready_delay_get(test_phy, test_phy_flags); in isr_tx()
126 test_phy_flags) - in isr_tx()
181 test_phy_flags = 1U; in init()
184 test_phy_flags = 0U; in init()
189 radio_phy_set(test_phy, test_phy_flags); in init()
276 test_phy_flags) - in ll_test_tx()