Home
last modified time | relevance | path

Searched refs:packet_size (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.h24 void nhwra_prep_tx_request(p2G4_txv2_t *tx_req, uint packet_size, bs_time_t packet_duration,
DNHW_RADIO.c943 if ((rx_status.rx_resp.packet_size < 1) || (rx_status.CI > 1)) { in Rx_handle_CI_reception()
945 __func__, rx_status.rx_resp.packet_size, rx_status.CI); in Rx_handle_CI_reception()
980 NRF_RADIO_regs.RXCRC = nhwra_get_rx_crc_value(rx_buf, rx_status.rx_resp.packet_size); in Rx_handle_end_response()
1047 …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()
1055 …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()
1297 NRF_RADIO_regs.RXCRC = nhwra_get_rx_crc_value(rx_buf, rx_status.rx_resp.packet_size); in Rx_Addr_received()
DNHW_RADIO_utils.c509 void nhwra_prep_tx_request(p2G4_txv2_t *tx_req, uint packet_size, bs_time_t packet_duration, in nhwra_prep_tx_request() argument
527 tx_req->packet_size = packet_size; //Not including preamble or address in nhwra_prep_tx_request()