Searched refs:rx_resp (Results 1 – 2 of 2) sorted by relevance
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()[all …]
49 p2G4_rxv2_done_t rx_resp; member