Searched refs:rpmsg_tx_buf (Results 1 – 1 of 1) sorted by relevance
1818 uint8_t *rpmsg_tx_buf; in HAL_RpmsgSend() local1840 rpmsg_tx_buf = HAL_RpmsgAllocTxBuffer(handle, length); in HAL_RpmsgSend()1842 if (NULL == rpmsg_tx_buf) in HAL_RpmsgSend()1851 (void)HAL_IMU_MEMCPY(rpmsg_tx_buf, data, length); in HAL_RpmsgSend()1856 localRpmsg.data = (uint32_t)rpmsg_tx_buf; in HAL_RpmsgSend()1866 (void)HAL_RpmsgPutTxBuf(imuHandle, rpmsg_tx_buf); in HAL_RpmsgSend()