Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_test.c32 static uint8_t test_phy; variable
106 t -= radio_tx_ready_delay_get(test_phy, test_phy_flags); in isr_tx()
125 radio_gpio_pa_lna_enable(t + radio_tx_ready_delay_get(test_phy, in isr_tx()
152 radio_switch_complete_and_rx(test_phy); in isr_rx()
180 test_phy = BIT(phy - 1); in init()
183 test_phy = BIT(2); in init()
189 radio_phy_set(test_phy, test_phy_flags); in init()
195 radio_pkt_configure(8, 255, (test_phy << 1)); in init()
275 radio_tx_ready_delay_get(test_phy, in ll_test_tx()
309 radio_switch_complete_and_rx(test_phy); in ll_test_rx()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c59 static uint8_t test_phy; 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()
514 test_phy = BIT(phy - 1); in init()
517 test_phy = BIT(2); in init()
523 radio_phy_set(test_phy, test_phy_flags); in init()
531 RADIO_PKT_CONF_PHY(test_phy) | in init()
[all …]