Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-3.4.0/src/
Dp2G4_com.h22 void p2G4_phy_resp_tx(uint d, p2G4_tx_done_t * tx_d);
Dp2G4_main.c155 static void find_and_activate_rx(const p2G4_txv2_t *tx_s, uint tx_d) { in find_and_activate_rx() argument
160 rx_s->tx_nbr = tx_d; in find_and_activate_rx()
314 int tx_d; in f_rx_search_start() local
323 tx_d = find_fitting_tx(rx_status); in f_rx_search_start()
325 if (tx_d >= 0) { in f_rx_search_start()
326 rx_status->tx_nbr = tx_d; in f_rx_search_start()
394 uint tx_d = rx_status->tx_nbr; in f_rx_found() local
406 if ( chm_is_packet_synched( &tx_l_c, tx_d, d, &rx_status->rx_s, current_time ) ) in f_rx_found()
408 p2G4_txv2_t *tx_s = &tx_l_c.tx_list[tx_d].tx_s; in f_rx_found()
415 bs_trace_raw_time(8,"Device %u - Matched Tx %u\n", d, tx_d); in f_rx_found()