Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_channel_and_modem_priv.h19 …uint64_t last_rx_ctr; //During the same Rx, if the Tx doesn't change we assume the channel doesnt … member
Dp2G4_channel_and_modem.c255 if ( ( status->rx_ctr != status->last_rx_ctr ) || in chm_bit_errors()
258 status->last_rx_ctr = status->rx_ctr; in chm_bit_errors()
290 rec_s->last_rx_ctr = rec_s->rx_ctr; in chm_is_packet_synched()