Searched refs:PACKETPTR (Results 1 – 3 of 3) sorted by relevance
403 …memset((void *)&NRF_RADIO_regs.MODE, 0, offsetof(NRF_RADIO_Type, PACKETPTR) - offsetof(NRF_RADIO_T… in nhw_RADIO_TASK_SOFTRESET()1108 ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[0] = rx_buf[0]; in Rx_handle_address_end_response()1109 ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[1] = rx_buf[1]; in Rx_handle_address_end_response()1111 memcpy(&((uint8_t*)NRF_RADIO_regs.PACKETPTR)[2 + rx_status.S1Offset], in Rx_handle_address_end_response()1116 ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[0] = rx_buf[0]; in Rx_handle_address_end_response()1117 memcpy(&((uint8_t*)NRF_RADIO_regs.PACKETPTR)[1 + rx_status.S1Offset], in Rx_handle_address_end_response()1128 ((uint8_t*)NRF_RADIO_regs.PACKETPTR)[1 + rx_status.S1Offset + length] = LQI; in Rx_handle_address_end_response()
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()750 memcpy(&tx_buf[i], &((uint8_t*)NRF_RADIO_regs.PACKETPTR)[i + S1Off], copy_len); in nhwra_tx_copy_payload()
2440 …__IOM uint32_t PACKETPTR; /*!< (@ 0x00000510) Packet pointer for TXD and RXD d… member2733 …__IOM uint32_t PACKETPTR; /*!< (@ 0x00000504) Packet pointer … member