Searched refs:rx_v1_s (Results 1 – 2 of 2) sorted by relevance
19 void map_rxv1_to_rxv2(p2G4_rxv2_t *rx_v2_s, p2G4_rx_t *rx_v1_s){ in map_rxv1_to_rxv2() argument20 rx_v2_s->start_time = rx_v1_s->start_time; in map_rxv1_to_rxv2()21 rx_v2_s->scan_duration = rx_v1_s->scan_duration; in map_rxv1_to_rxv2()22 rx_v2_s->error_calc_rate = rx_v1_s->bps; in map_rxv1_to_rxv2()23 rx_v2_s->antenna_gain = rx_v1_s->antenna_gain; in map_rxv1_to_rxv2()24 rx_v2_s->pream_and_addr_duration = rx_v1_s->pream_and_addr_duration; in map_rxv1_to_rxv2()25 rx_v2_s->header_duration = rx_v1_s->header_duration; in map_rxv1_to_rxv2()27 rx_v2_s->sync_threshold = rx_v1_s->sync_threshold; in map_rxv1_to_rxv2()28 rx_v2_s->header_threshold = rx_v1_s->header_threshold; in map_rxv1_to_rxv2()34 memcpy(&rx_v2_s->radio_params, &rx_v1_s->radio_params, sizeof(p2G4_radioparams_t)); in map_rxv1_to_rxv2()[all …]
18 void map_rxv1_to_rxv2(p2G4_rxv2_t *rx_v2_s, p2G4_rx_t *rx_v1_s);