Home
last modified time | relevance | path

Searched refs:sync_start (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_pending_tx_rx_list.h127 …bs_time_t sync_start; //When we try to start sync'ing (we delay it as much as possible into the am… member
Dp2G4_main.c452 rx_status->sync_start = tx_s->start_packet_time + rx_status->rx_s.acceptable_pre_truncation; in f_rx_found()
456 bs_time_t next_time = BS_MIN(rx_status->sync_start, rx_status->rx_s.abort.recheck_time); in f_rx_found()
495 if ( current_time < rx_a[d].sync_start ) { in f_rx_sync()
498 bs_time_t next_time = BS_MIN(rx_a[d].sync_start,rx_a[d].rx_s.abort.recheck_time); in f_rx_sync()