Searched refs:PACKETPTR (Results 1 – 3 of 3) sorted by relevance
846 ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[0] = rx_buf[0]; in Rx_handle_address_end_response()847 ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[1] = rx_buf[1]; in Rx_handle_address_end_response()849 memcpy(&((uint8_t*)NRF_RADIO_regs.PACKETPTR)[2 + rx_status.S1Offset], in Rx_handle_address_end_response()854 ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[0] = rx_buf[0]; in Rx_handle_address_end_response()855 memcpy(&((uint8_t*)NRF_RADIO_regs.PACKETPTR)[1 + rx_status.S1Offset], in Rx_handle_address_end_response()866 ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[1 + rx_status.S1Offset + length] = LQI; in Rx_handle_address_end_response()
511 tx_buf[0] = ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[0]; in nhwra_tx_copy_payload()515 tx_buf[i] = ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[i]; in nhwra_tx_copy_payload()547 memcpy(&tx_buf[i], &((uint8_t*)NRF_RADIO_regs.PACKETPTR)[i + S1Off], copy_len); in nhwra_tx_copy_payload()
2232 …__IOM uint32_t PACKETPTR; /*!< (@ 0x00000504) Packet pointer … member