Searched refs:phy_curr (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_internal.h | 12 void sw_switch(uint8_t dir_curr, uint8_t dir_next, uint8_t phy_curr, uint8_t flags_curr,
|
D | radio_df.h | 56 void radio_switch_complete_and_phy_end_b2b_tx(uint8_t phy_curr, uint8_t flags_curr,
|
D | radio.c | 732 void sw_switch(uint8_t dir_curr, uint8_t dir_next, uint8_t phy_curr, uint8_t flags_curr, in sw_switch() argument 761 hal_radio_tx_chain_delay_ns_get(phy_curr, in sw_switch() 772 hal_radio_rx_chain_delay_ns_get(phy_curr, 1)); in sw_switch() 779 !(phy_curr & PHY_CODED)) { in sw_switch() 804 if (dir_curr == SW_SWITCH_RX && (phy_curr & PHY_CODED)) { in sw_switch() 817 hal_radio_rx_chain_delay_ns_get(phy_curr, 0)); in sw_switch() 866 hal_radio_tx_chain_delay_ns_get(phy_curr, in sw_switch() 875 hal_radio_rx_chain_delay_ns_get(phy_curr, in sw_switch() 984 void radio_switch_complete_and_b2b_tx(uint8_t phy_curr, uint8_t flags_curr, in radio_switch_complete_and_b2b_tx() argument 994 sw_switch(SW_SWITCH_TX, SW_SWITCH_TX, phy_curr, flags_curr, phy_next, flags_next, in radio_switch_complete_and_b2b_tx() [all …]
|
D | radio.h | 105 void radio_switch_complete_and_b2b_tx(uint8_t phy_curr, uint8_t flags_curr, 107 void radio_switch_complete_and_b2b_rx(uint8_t phy_curr, uint8_t flags_curr,
|
D | radio_df.c | 396 void radio_switch_complete_and_phy_end_b2b_tx(uint8_t phy_curr, uint8_t flags_curr, in radio_switch_complete_and_phy_end_b2b_tx() argument 404 sw_switch(SW_SWITCH_TX, SW_SWITCH_TX, phy_curr, flags_curr, phy_next, flags_next, in radio_switch_complete_and_phy_end_b2b_tx()
|
/Zephyr-Core-3.7.0/tests/bluetooth/df/common/src/ |
D | radio_df_stub.c | 42 void radio_switch_complete_and_phy_end_b2b_tx(uint8_t phy_curr, uint8_t flags_curr, in radio_switch_complete_and_phy_end_b2b_tx() argument
|