Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/channels/
Dsrtm_rpmsg_endpoint.c37 } *srtm_rpmsg_endpoint_t; typedef
52 srtm_rpmsg_endpoint_t handle = (srtm_rpmsg_endpoint_t)(void *)priv; in SRTM_RPMsgEndpoint_RxHandler()
92 srtm_rpmsg_endpoint_t handle = (srtm_rpmsg_endpoint_t)(void *)channel; in SRTM_RPMsgEndpoint_Start()
106 srtm_rpmsg_endpoint_t handle = (srtm_rpmsg_endpoint_t)(void *)channel; in SRTM_RPMsgEndpoint_Stop()
136 srtm_rpmsg_endpoint_t handle = (srtm_rpmsg_endpoint_t)(void *)channel; in SRTM_RPMsgEndpoint_SendData()
178 srtm_rpmsg_endpoint_t handle; in SRTM_RPMsgEndpoint_Create()
185 handle = (srtm_rpmsg_endpoint_t)SRTM_Heap_Malloc(sizeof(struct _srtm_rpmsg_endpoint)); in SRTM_RPMsgEndpoint_Create()
229 srtm_rpmsg_endpoint_t handle = (srtm_rpmsg_endpoint_t)(void *)channel; in SRTM_RPMsgEndpoint_Destroy()
246 srtm_rpmsg_endpoint_t handle = (srtm_rpmsg_endpoint_t)(void *)channel; in SRTM_RPMsgEndpoint_OverrideRxHandler()