Home
last modified time | relevance | path

Searched refs:tx_req (Results 1 – 4 of 4) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
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
512 tx_req->radio_params.modulation = nhra_modulation_from_mode(NRF_RADIO_regs.MODE); in nhwra_prep_tx_request()
514 tx_req->phy_address = nhwra_get_address(NRF_RADIO_regs.TXADDRESS); in nhwra_prep_tx_request()
518tx_req->power_level = p2G4_power_from_d(TxPower + cheat_tx_power_offset); //Note that any possible… in nhwra_prep_tx_request()
525 tx_req->radio_params.center_freq = center_freq; in nhwra_prep_tx_request()
527 tx_req->packet_size = packet_size; //Not including preamble or address in nhwra_prep_tx_request()
530 tx_req->start_tx_time = start_time; in nhwra_prep_tx_request()
531 tx_req->start_packet_time = tx_req->start_tx_time; in nhwra_prep_tx_request()
532 tx_req->end_tx_time = tx_req->start_tx_time + packet_duration - 1; in nhwra_prep_tx_request()
533 tx_req->end_packet_time = tx_req->end_tx_time; in nhwra_prep_tx_request()
[all …]
DNHW_RADIO_utils.h24 void nhwra_prep_tx_request(p2G4_txv2_t *tx_req, uint packet_size, bs_time_t packet_duration,
DNHW_RADIO_priv.h65 p2G4_txv2_t tx_req; member
DNHW_RADIO.c806 p2G4_abort_t *abort = &tx_status.tx_req.abort; in Tx_abort_eval_respond()
914 nhwra_prep_tx_request(&tx_status.tx_req, main_packet_size, packet_duration, in start_Tx()
916 update_abort_struct(&tx_status.tx_req.abort, &next_recheck_time); in start_Tx()
924 ret = p2G4_dev_req_txv2_nc_b(&tx_status.tx_req, tx_buf, &tx_status.tx_resp); in start_Tx()
934 update_abort_struct(&tx_status.tx_req.abort, &next_recheck_time); in start_Tx_FEC2()
935 tx_status.tx_req.phy_address = 0; /* An invalid address */ in start_Tx_FEC2()
936 ret = p2G4_dev_req_txv2_nc_b(&tx_status.tx_req, tx_buf, &tx_status.tx_resp); in start_Tx_FEC2()