Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/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.c1126 rx_status.rx_req.start_time = rx_status.rx_resp.end_time + 1; in handle_Rx_response()
1139 p2G4_abort_t *abort = &rx_status.rx_req.abort; in Rx_abort_eval_respond()
1192 nhwra_prep_rx_request(&rx_status.rx_req, rx_addresses); in start_Rx()
1193 update_abort_struct(&rx_status.rx_req.abort, &next_recheck_time); in start_Rx()
1202 ret = p2G4_dev_req_rxv2_nc_b(&rx_status.rx_req, rx_addresses, in start_Rx()
1221 rx_status.rx_req.coding_rate = 8; in start_Rx_FEC2()
1225 rx_status.rx_req.coding_rate = 2; in start_Rx_FEC2()
1226 rx_status.rx_req.error_calc_rate = 500000; in start_Rx_FEC2()
1227 rx_status.rx_req.header_duration = 2*8*2 /* 2 bytes at 500kbps */; in start_Rx_FEC2()
1230 rx_status.rx_req.pream_and_addr_duration = 0; 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