Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c230 static double bits_per_us; //Bits per us for the ongoing Tx or Rx variable
310 bits_per_us = 1; in nhw_radio_init()
316 return bits_per_us; in nhw_radio_get_bpus()
901 bits_per_us = 1; in start_Tx()
906 bits_per_us = 2; in start_Tx()
913 bits_per_us = 0.125; in start_Tx()
917 bits_per_us = 0.5; in start_Tx()
925 bits_per_us = 0.25; in start_Tx()
950 packet_duration /= bits_per_us; in start_Tx()
967 …me = nsi_hws_get_time() + (bs_time_t)((preamble_len*8 + address_len*8)/bits_per_us) - nhwra_timing… in start_Tx()
[all …]
DNHW_RADIO_utils.c323 double bits_per_us = 0; in nhwra_prep_rx_request() local
335 bits_per_us = 1; in nhwra_prep_rx_request()
342 bits_per_us = 2; in nhwra_prep_rx_request()
351 bits_per_us = 0.125; /* Provisional value assuming S=8 */ in nhwra_prep_rx_request()
358 bits_per_us = 0.25; in nhwra_prep_rx_request()
369 rx_req->error_calc_rate = bits_per_us*1000000; in nhwra_prep_rx_request()
372 rx_req->header_duration = header_length*8/bits_per_us; in nhwra_prep_rx_request()
379 rx_req->pream_and_addr_duration = (preamble_length + address_length)*8/bits_per_us; in nhwra_prep_rx_request()