Searched refs:tx_v1_s (Results 1 – 2 of 2) sorted by relevance
38 void map_txv1_to_txv2(p2G4_txv2_t *tx_v2_s, p2G4_tx_t *tx_v1_s){ in map_txv1_to_txv2() argument39 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()47 memcpy(&tx_v2_s->radio_params, &tx_v1_s->radio_params, sizeof(p2G4_radioparams_t)); in map_txv1_to_txv2()48 memcpy(&tx_v2_s->abort, &tx_v1_s->abort, sizeof(p2G4_abort_t)); in map_txv1_to_txv2()
19 void map_txv1_to_txv2(p2G4_txv2_t *tx_v2_s, p2G4_tx_t *tx_v1_s);