Searched refs:rx_req (Results 1 – 4 of 4) sorted by relevance
313 void nhwra_prep_rx_request(p2G4_rxv2_t *rx_req, p2G4_address_t *rx_addresses) { in nhwra_prep_rx_request() argument327 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()373 …rx_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 …]
1126 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 …]
23 void nhwra_prep_rx_request_FEC1(p2G4_rxv2_t *rx_req, p2G4_address_t *rx_addresses);
48 p2G4_rxv2_t rx_req; member