Searched refs:start_time (Results 1 – 4 of 4) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_v1_v2_remap.c | 20 rx_v2_s->start_time = rx_v1_s->start_time; in map_rxv1_to_rxv2() 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()
|
| D | p2G4_main.c | 779 static void check_valid_abort(p2G4_abort_t *abort, bs_time_t start_time, const char* type, uint d){ in check_valid_abort() argument 789 if (start_time > abort->abort_time) { in check_valid_abort() 791 d, type, type, start_time, abort->abort_time); in check_valid_abort() 793 if (start_time > abort->recheck_time) { in check_valid_abort() 795 d, type, type, start_time, abort->recheck_time); in check_valid_abort() 870 PAST_CHECK(rxv2_s->start_time, d, "Rx"); in prepare_rx_common() 872 check_valid_abort(&rxv2_s->abort, rxv2_s->start_time , "Rx", d); in prepare_rx_common() 875 d, rxv2_s->start_time, rxv2_s->abort.abort_time, rxv2_s->abort.recheck_time); in prepare_rx_common() 887 rx_status->scan_end = rx_status->rx_s.start_time + rx_status->rx_s.scan_duration - 1; in prepare_rx_common() 920 fq_add(rxv2_s->start_time, Rx_Search_start, d); in prepare_rx_common() [all …]
|
| D | p2G4_dump.c | 461 req->start_time, req->scan_duration, in dump_rxv1() 511 req->start_time, req->scan_duration, in dump_rxv2() 660 cca->req.start_time, in dump_cca()
|
| /babblesim_ext_2G4_phy_v1-latest/docs/ |
| D | README_dumps.md | 24 * start_time : microsecond when the first bit of the packet in air starts (1st bit of the preamble) 39 * start_time: When (in air time) was the receiver opened 94 * start_time: When (in air time) was the receiver opened 126 * start_time: When (in air time) was the measurement started
|