Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/channels/
Dsrtm_rpmsg_endpoint.c33 struct rpmsg_lite_endpoint *rpmsgEndpoint; member
141 assert(handle->rpmsgEndpoint != NULL); in SRTM_RPMsgEndpoint_SendData()
156 …if (rpmsg_lite_send(handle->config.rpmsgHandle, handle->rpmsgEndpoint, handle->config.peerAddr, (c… in SRTM_RPMsgEndpoint_SendData()
192 handle->rpmsgEndpoint = in SRTM_RPMsgEndpoint_Create()
195 handle->rpmsgEndpoint = in SRTM_RPMsgEndpoint_Create()
198 assert(handle->rpmsgEndpoint != NULL); in SRTM_RPMsgEndpoint_Create()
203 handle->config.localAddr = handle->rpmsgEndpoint->addr; in SRTM_RPMsgEndpoint_Create()
217 …if (rpmsg_ns_announce(config->rpmsgHandle, handle->rpmsgEndpoint, config->epName, (uint32_t)RL_NS_… in SRTM_RPMsgEndpoint_Create()
237 (void)rpmsg_lite_destroy_ept(handle->config.rpmsgHandle, handle->rpmsgEndpoint); in SRTM_RPMsgEndpoint_Destroy()