Searched refs:tx_buf (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_RADIO_utils.h | 28 uint nhwra_tx_copy_payload(uint8_t *tx_buf);
|
D | NHW_RADIO_utils.c | 695 uint nhwra_tx_copy_payload(uint8_t *tx_buf){ in nhwra_tx_copy_payload() argument 714 tx_buf[0] = ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[0]; in nhwra_tx_copy_payload() 718 tx_buf[i] = ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[i]; in nhwra_tx_copy_payload() 733 payload_len = nhwra_get_payload_length(tx_buf); in nhwra_tx_copy_payload() 750 memcpy(&tx_buf[i], &((uint8_t*)NRF_RADIO_regs.PACKETPTR)[i + S1Off], copy_len); in nhwra_tx_copy_payload()
|
D | NHW_RADIO.c | 233 static uint8_t tx_buf[_NRF_MAX_PACKET_SIZE]; //starting from the header, and including CRC variable 868 payload_len = nhwra_tx_copy_payload(tx_buf); in start_Tx() 875 append_crc_ble(tx_buf, header_len + payload_len, crc_init); in start_Tx() 878 append_crc_154(&tx_buf[header_len], payload_len, crc_init); in start_Tx() 924 ret = p2G4_dev_req_txv2_nc_b(&tx_status.tx_req, tx_buf, &tx_status.tx_resp); in start_Tx() 936 ret = p2G4_dev_req_txv2_nc_b(&tx_status.tx_req, tx_buf, &tx_status.tx_resp); in start_Tx_FEC2()
|