Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_pending_tx_list.c22 tx_l_c.ctr = 0; in txl_create()
55 tx_l_c.ctr++; in txl_start_tx()
85 tx_l_c.ctr++; in txl_clear()
Dp2G4_pending_tx_rx_list.h36 uint64_t ctr; //Counter: every time the tx list changes this counter is updated member
Dp2G4_channel_and_modem.c256 …( status->last_tx_ctr != tx_l->ctr ) ) { //If the activity in the channel hasn't changed (same Tx … in chm_bit_errors()
257 status->last_tx_ctr = tx_l->ctr; in chm_bit_errors()
288 rec_s->last_tx_ctr = tx_l->ctr; in chm_is_packet_synched()