Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_pending_tx_rx_list.h138 rx_error_calc_state_t err_calc_state; member
Dp2G4_main.c469 rx_error_calc_state_t *st = &rx_st->err_calc_state; in rx_bit_error_calc()
904 rx_status->err_calc_state.errorspercalc = rxv2_s->error_calc_rate / 1000000; in prepare_rx_common()
905 rx_status->err_calc_state.rate_uspercalc = 1; in prepare_rx_common()
906 rx_status->err_calc_state.us_to_next_calc = 0; in prepare_rx_common()
908 rx_status->err_calc_state.errorspercalc = 1; in prepare_rx_common()
909 rx_status->err_calc_state.rate_uspercalc = 1000000 / rxv2_s->error_calc_rate; in prepare_rx_common()
910 rx_status->err_calc_state.us_to_next_calc = 0; in prepare_rx_common()