Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/
Drpmsg_lite.c405 struct rpmsg_lite_ept_static_context *ept_context) in rpmsg_lite_create_ept() argument
453 if (ept_context == RL_NULL) in rpmsg_lite_create_ept()
459 rl_ept = &(ept_context->ept); in rpmsg_lite_create_ept()
460 node = &(ept_context->node); in rpmsg_lite_create_ept()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/channels/
Dsrtm_rpmsg_endpoint.h30 struct rpmsg_lite_ept_static_context *ept_context; /*!< RPMsg endpoint context */ member
Dsrtm_rpmsg_endpoint.c193 …config->rpmsgHandle, config->localAddr, SRTM_RPMsgEndpoint_RxHandler, handle, config->ept_context); in SRTM_RPMsgEndpoint_Create()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/
Drpmsg_lite.h284 … struct rpmsg_lite_ept_static_context *ept_context);