Searched refs:bits_per_us (Results 1 – 2 of 2) sorted by relevance
224 static double bits_per_us; //Bits per us for the ongoing Tx or Rx variable300 bits_per_us = 1; in nhw_radio_init()306 return bits_per_us; in nhw_radio_get_bpus()841 bits_per_us = 1; in start_Tx()846 bits_per_us = 2; in start_Tx()853 bits_per_us = 0.125; in start_Tx()857 bits_per_us = 0.5; in start_Tx()865 bits_per_us = 0.25; in start_Tx()890 packet_duration /= bits_per_us; in start_Tx()907 …me = nsi_hws_get_time() + (bs_time_t)((preamble_len*8 + address_len*8)/bits_per_us) - nhwra_timing… in start_Tx()[all …]
323 double bits_per_us = 0; in nhwra_prep_rx_request() local335 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()