Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/channels/
Dsrtm_rpmsg_endpoint.c193 …rpmsg_lite_create_ept(config->rpmsgHandle, config->localAddr, SRTM_RPMsgEndpoint_RxHandler, handle… in SRTM_RPMsgEndpoint_Create()
196 …rpmsg_lite_create_ept(config->rpmsgHandle, config->localAddr, SRTM_RPMsgEndpoint_RxHandler, handle… in SRTM_RPMsgEndpoint_Create()
201 if (config->localAddr == RL_ADDR_ANY) in SRTM_RPMsgEndpoint_Create()
203 handle->config.localAddr = handle->rpmsgEndpoint->addr; in SRTM_RPMsgEndpoint_Create()
Dsrtm_rpmsg_endpoint.h32 unsigned long localAddr; /*!< RPMsg local endpoint address */ member