Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/
Drpmsg_lite.h377 void *rpmsg_lite_alloc_tx_buffer(struct rpmsg_lite_instance *rpmsg_lite_dev, uint32_t *size, uintpt…
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/
DREADME.md68 - Call the rpmsg_lite_alloc_tx_buffer() function to get the virtio buffer and provide the buffer po…
70 (provided as the rpmsg_lite_alloc_tx_buffer() <i>size</i> output parameter).
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c472 buf = rpmsg_lite_alloc_tx_buffer(s_rpmsgContext, &size, timeout); in HAL_RpmsgAllocTxBufferTimeout()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/
Drpmsg_lite.c683 void *rpmsg_lite_alloc_tx_buffer(struct rpmsg_lite_instance *rpmsg_lite_dev, uint32_t *size, uintpt… in rpmsg_lite_alloc_tx_buffer() function