Searched refs:rx_req (Results 1 – 3 of 3) sorted by relevance
211 void nhwra_prep_rx_request(p2G4_rxv2_t *rx_req, p2G4_address_t *rx_addresses) { in nhwra_prep_rx_request() argument240 rx_req->radio_params.modulation = P2G4_MOD_BLE; in nhwra_prep_rx_request()248 rx_req->radio_params.modulation = P2G4_MOD_BLE2M; in nhwra_prep_rx_request()257 rx_req->radio_params.modulation = P2G4_MOD_154_250K_DSS; in nhwra_prep_rx_request()263 rx_req->coding_rate = 0; in nhwra_prep_rx_request()267 rx_req->radio_params.center_freq = center_freq; in nhwra_prep_rx_request()269 rx_req->error_calc_rate = bits_per_us*1000000; in nhwra_prep_rx_request()270 rx_req->antenna_gain = 0; in nhwra_prep_rx_request()272 rx_req->header_duration = header_length*8/bits_per_us; in nhwra_prep_rx_request()273 …rx_req->header_threshold = 0; //(<=) we tolerate 0 bit errors in the header which will be found in… in nhwra_prep_rx_request()[all …]
46 p2G4_rxv2_t rx_req; member
907 p2G4_abort_t *abort = &rx_status.rx_req.abort; in Rx_abort_eval_respond()946 nhwra_prep_rx_request(&rx_status.rx_req, rx_addresses); in start_Rx()948 update_abort_struct(&rx_status.rx_req.abort, &next_recheck_time); in start_Rx()951 int ret = p2G4_dev_req_rxv2_nc_b(&rx_status.rx_req, in start_Rx()993 update_abort_struct(&rx_status.rx_req.abort, &next_recheck_time); in Rx_Addr_received()994 int ret = p2G4_dev_rxv2_cont_after_addr_nc_b(accept_packet, &rx_status.rx_req.abort); in Rx_Addr_received()