Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c1818 uint8_t *rpmsg_tx_buf; in HAL_RpmsgSend() local
1840 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()