Searched refs:SW_SWITCH_TX (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ | 
| D | radio_internal.h | 8 #define SW_SWITCH_TX 1  macro
  | 
| D | radio_df.c | 406 	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()
  | 
| D | radio.c | 775 	if (dir_next == SW_SWITCH_TX) {  in sw_switch() 780 		if (dir_curr == SW_SWITCH_TX) {  in sw_switch() 967 	sw_switch(SW_SWITCH_TX, SW_SWITCH_RX, SW_SWITCH_PHY_1M, SW_SWITCH_FLAGS_DONTCARE, phy_rx,  in radio_switch_complete_and_rx() 982 	sw_switch(SW_SWITCH_RX, SW_SWITCH_TX, phy_rx, flags_rx, phy_tx, flags_tx,  in radio_switch_complete_and_tx() 997 	sw_switch(SW_SWITCH_RX, SW_SWITCH_TX, phy_rx, flags_rx, phy_tx, flags_tx, end_delay_en);  in radio_switch_complete_with_delay_compensation_and_tx() 1011 	sw_switch(SW_SWITCH_TX, SW_SWITCH_TX, phy_curr, flags_curr, phy_next, flags_next,  in radio_switch_complete_and_b2b_tx()
  |