Home
last modified time | relevance | path

Searched refs:tx_v2_s (Results 1 – 3 of 3) sorted by relevance

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_v1_v2_remap.c38 void map_txv1_to_txv2(p2G4_txv2_t *tx_v2_s, p2G4_tx_t *tx_v1_s){ in map_txv1_to_txv2() argument
39 tx_v2_s->start_tx_time = tx_v1_s->start_time; in map_txv1_to_txv2()
40 tx_v2_s->start_packet_time = tx_v1_s->start_time; in map_txv1_to_txv2()
41 tx_v2_s->end_tx_time = tx_v1_s->end_time; in map_txv1_to_txv2()
42 tx_v2_s->end_packet_time = tx_v1_s->end_time; in map_txv1_to_txv2()
43 tx_v2_s->phy_address = tx_v1_s->phy_address; in map_txv1_to_txv2()
44 tx_v2_s->packet_size = tx_v1_s->packet_size; in map_txv1_to_txv2()
45 tx_v2_s->power_level = tx_v1_s->power_level; in map_txv1_to_txv2()
46 tx_v2_s->coding_rate = 0; in map_txv1_to_txv2()
47 memcpy(&tx_v2_s->radio_params, &tx_v1_s->radio_params, sizeof(p2G4_radioparams_t)); in map_txv1_to_txv2()
[all …]
Dp2G4_v1_v2_remap.h19 void map_txv1_to_txv2(p2G4_txv2_t *tx_v2_s, p2G4_tx_t *tx_v1_s);
Dp2G4_main.c846 p2G4_txv2_t tx_v2_s; in prepare_txv1() local
849 map_txv1_to_txv2(&tx_v2_s, &tx_s); in prepare_txv1()
851 prepare_tx_common(d, &tx_v2_s); in prepare_txv1()