Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.h24 void nhwra_prep_tx_request(p2G4_txv2_t *tx_req, uint packet_size, bs_time_t packet_duration,
DNHW_RADIO.c882 …bs_time_t packet_duration = 0; //Main packet duration (from preamble to CRC except for codedPhy wh… in start_Tx() local
885 packet_duration = preamble_len*8 + address_len*8; in start_Tx()
887 packet_duration = 3; //TERM2 in start_Tx()
889 packet_duration += header_len*8 + payload_len*8 + crc_len*8; in start_Tx()
890 packet_duration /= bits_per_us; in start_Tx()
914 nhwra_prep_tx_request(&tx_status.tx_req, main_packet_size, packet_duration, in start_Tx()
DNHW_RADIO_utils.c509 void nhwra_prep_tx_request(p2G4_txv2_t *tx_req, uint packet_size, bs_time_t packet_duration, in nhwra_prep_tx_request() argument
532 tx_req->end_tx_time = tx_req->start_tx_time + packet_duration - 1; in nhwra_prep_tx_request()