Lines Matching refs:rx_resp

574     RSSI_value = rx_status.rx_resp.rssi.RSSI;  in nhw_RADIO_TASK_RSSISTART()
1003 if ((rx_status.rx_resp.packet_size < 1) || (rx_status.CI > 1)) { in Rx_handle_CI_reception()
1005 __func__, rx_status.rx_resp.packet_size, rx_status.CI); in Rx_handle_CI_reception()
1010 if (rx_status.rx_resp.status != P2G4_RXSTATUS_OK) { in Rx_handle_CI_reception()
1032 if (rx_status.rx_resp.status != P2G4_RXSTATUS_HEADER_ERROR) { in Rx_handle_end_response()
1039 if ( rx_status.rx_resp.status == P2G4_RXSTATUS_OK ){ in Rx_handle_end_response()
1040 NRF_RADIO_regs.RXCRC = nhwra_get_rx_crc_value(rx_buf, rx_status.rx_resp.packet_size); in Rx_handle_end_response()
1086 payload_end = rx_status.rx_resp.rx_time_stamp + (bs_time_t)((2+length)*8/bits_per_us); in Rx_handle_address_end_response()
1088 payload_end = rx_status.rx_resp.rx_time_stamp + (bs_time_t)((1+length)*8/bits_per_us); in Rx_handle_address_end_response()
1107 …if (rx_status.rx_resp.packet_size >= 5) { /*At least the header and CRC, otherwise better to not t… in Rx_handle_address_end_response()
1115 …if (rx_status.rx_resp.packet_size >= 3) { /*At least the header and CRC, otherwise better to not t… in Rx_handle_address_end_response()
1125 double RSSI = p2G4_RSSI_value_to_dBm(rx_status.rx_resp.rssi.RSSI) + cheat_rx_power_offset; in Rx_handle_address_end_response()
1149 …bs_time_t addres_time = hwll_dev_time_from_phy(rx_status.rx_resp.rx_time_stamp); //this is the end… in handle_Rx_response()
1164 bs_time_t end_time = hwll_dev_time_from_phy(rx_status.rx_resp.end_time); in handle_Rx_response()
1171 if (rx_status.rx_resp.status == P2G4_RXSTATUS_NOSYNC) { in handle_Rx_response()
1186 rx_status.rx_req.start_time = rx_status.rx_resp.end_time + 1; in handle_Rx_response()
1273 rx_status.rx_resp.status = P2G4_RXSTATUS_NOSYNC; in start_Rx()
1286 &rx_status.rx_resp, &rx_pkt_buffer_ptr, in start_Rx()
1290 &rx_status.rx_resp,&rx_pkt_buffer_ptr, in start_Rx()
1329 &rx_status.rx_resp, &rx_pkt_buffer_ptr, in start_Rx_FEC2()
1372 NRF_RADIO_regs.RXCRC = nhwra_get_rx_crc_value(rx_buf, rx_status.rx_resp.packet_size); in Rx_Addr_received()