Searched refs:tx_s (Results 1 – 6 of 6) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_main.c | 46 if ( tx_el->tx_s.abort.abort_time < tx_el->tx_s.end_tx_time ) { in f_tx_end() 127 static bool tx_and_rx_match(const p2G4_txv2_t *tx_s, rx_status_t *rx_st) in tx_and_rx_match() argument 129 if ((tx_s->radio_params.center_freq == rx_st->rx_s.radio_params.center_freq) && in tx_and_rx_match() 130 (tx_s->radio_params.modulation & P2G4_MOD_SIMILAR_MASK) == in tx_and_rx_match() 133 …bs_time_t chopped_preamble = current_time - tx_s->start_packet_time; /*microseconds of preamble no… in tx_and_rx_match() 141 p2G4_address_t tx_addr = tx_s->phy_address; in tx_and_rx_match() 157 static void find_and_activate_rx(const p2G4_txv2_t *tx_s, uint tx_d) { in find_and_activate_rx() argument 161 tx_and_rx_match(tx_s, rx_s) ) { in find_and_activate_rx() 169 static void tx_start_packet_common(p2G4_txv2_t* tx_s, uint d){ in tx_start_packet_common() argument 172 find_and_activate_rx(tx_s, d); in tx_start_packet_common() [all …]
|
| D | p2G4_pending_tx_list.c | 44 void txl_register(uint d, p2G4_txv2_t *tx_s, uint8_t* packet){ in txl_register() argument 46 memcpy(&(tx_list[d].tx_s), tx_s, sizeof(p2G4_txv2_t) ); in txl_register()
|
| D | p2G4_pending_tx_rx_list.h | 21 p2G4_txv2_t tx_s; member 65 void txl_register(uint d, p2G4_txv2_t *tx_s, uint8_t* packet);
|
| D | p2G4_dump.c | 357 size_t size = 1024 + tx->tx_s.packet_size*3+1; in dump_txv1() 358 p2G4_txv2_t *txs = &tx->tx_s; in dump_txv1() 375 if ( tx->tx_s.packet_size > 0 ) { in dump_txv1() 376 char packetstr[tx->tx_s.packet_size*3+1]; in dump_txv1() 377 bs_hex_dump(packetstr, tx->packet, tx->tx_s.packet_size); in dump_txv1() 394 size_t size = 1024 + tx->tx_s.packet_size*3+1; in dump_txv2() 395 p2G4_txv2_t *txs = &tx->tx_s; in dump_txv2() 416 if ( tx->tx_s.packet_size > 0 ) { in dump_txv2() 417 char packetstr[tx->tx_s.packet_size*3+1]; in dump_txv2() 418 bs_hex_dump(packetstr, tx->packet, tx->tx_s.packet_size); in dump_txv2()
|
| D | modem_if.h | 81 …igital_perf_sync(void *this, p2G4_modemdigparams_t *rx_modemparams, double SNR, p2G4_txv2_t* tx_s);
|
| D | p2G4_channel_and_modem.c | 59 …_dig_perf_sync_f)(void *m_obj, p2G4_modemdigparams_t *modem_params, double SNR, p2G4_txv2_t* tx_s); 233 …rec_s->rx_pow[i] = p2G4_power_to_d(tx_l->tx_list[i].tx_s.power_level) - rec_s->att[i] + p2G4_power… in CalculateRxPowerAndISI() 300 …c[rx_nbr](modem_o[rx_nbr], &rx_st->rx_modem_params, rec_s->SNR_total, &tx_l->tx_list[tx_nbr].tx_s); in chm_is_packet_synched()
|