Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c94 static struct rpmsg_lite_instance *s_rpmsgContext = NULL; variable
208s_rpmsgContext = rpmsg_lite_master_init((void *)rpmsg_lite_base, SH_MEM_TOTAL_SIZE, RPMSG_LITE_LIN… in HAL_RpmsgMcmgrMasterInit()
211 s_rpmsgContext = in HAL_RpmsgMcmgrMasterInit()
214 if (RL_NULL == s_rpmsgContext) in HAL_RpmsgMcmgrMasterInit()
235 …rpmsgHandle->pEndpoint = rpmsg_lite_create_ept(s_rpmsgContext, rpmsgHandle->local_addr, rpmsg_ept_… in HAL_RpmsgMasterInit()
239 … rpmsg_lite_create_ept(s_rpmsgContext, rpmsgHandle->local_addr, rpmsg_ept_read_cb, rpmsgHandle); in HAL_RpmsgMasterInit()
272 s_rpmsgContext = in HAL_RpmsgMcmgrRemoteInit()
275s_rpmsgContext = rpmsg_lite_remote_init((void *)(char *)rpmsg_sh_mem_start, RPMSG_LITE_LINK_ID, RL… in HAL_RpmsgMcmgrRemoteInit()
278 if (RL_NULL == s_rpmsgContext) in HAL_RpmsgMcmgrRemoteInit()
287 } while (RL_TRUE != rpmsg_lite_is_link_up(s_rpmsgContext)); in HAL_RpmsgMcmgrRemoteInit()
[all …]