Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_utils.c313 void nhwra_prep_rx_request(p2G4_rxv2_t *rx_req, p2G4_address_t *rx_addresses) { in nhwra_prep_rx_request() argument
327 rx_req->radio_params.modulation = nhra_modulation_from_mode(NRF_RADIO_regs.MODE); in nhwra_prep_rx_request()
363 rx_req->coding_rate = 0; in nhwra_prep_rx_request()
367 rx_req->radio_params.center_freq = center_freq; in nhwra_prep_rx_request()
369 rx_req->error_calc_rate = bits_per_us*1000000; in nhwra_prep_rx_request()
370 rx_req->antenna_gain = 0; in nhwra_prep_rx_request()
372 rx_req->header_duration = header_length*8/bits_per_us; in nhwra_prep_rx_request()
373rx_req->header_threshold = 0; //(<=) we tolerate 0 bit errors in the header which will be found in… in nhwra_prep_rx_request()
374 rx_req->sync_threshold = sync_threshold; in nhwra_prep_rx_request()
375 rx_req->acceptable_pre_truncation = pre_trunc; in nhwra_prep_rx_request()
[all …]
DNHW_RADIO.c1186 rx_status.rx_req.start_time = rx_status.rx_resp.end_time + 1; in handle_Rx_response()
1202 p2G4_rxv2_t *rx_req = &rx_status.rx_req;
1206 rssi_req.antenna_gain = rx_req->antenna_gain;
1207 memcpy(&rssi_req.radio_params, &rx_req->radio_params, sizeof(p2G4_radioparams_t));
1226 p2G4_abort_t *abort = &rx_status.rx_req.abort; in Rx_abort_eval_respond()
1279 nhwra_prep_rx_request(&rx_status.rx_req, rx_addresses); in start_Rx()
1280 update_abort_struct(&rx_status.rx_req.abort, &next_recheck_time); in start_Rx()
1289 ret = p2G4_dev_req_rxv2_nc_b(&rx_status.rx_req, rx_addresses, in start_Rx()
1308 rx_status.rx_req.coding_rate = 8; in start_Rx_FEC2()
1312 rx_status.rx_req.coding_rate = 2; in start_Rx_FEC2()
[all …]
DNHW_RADIO_utils.h23 void nhwra_prep_rx_request_FEC1(p2G4_rxv2_t *rx_req, p2G4_address_t *rx_addresses);
DNHW_RADIO_priv.h48 p2G4_rxv2_t rx_req; member