Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c92 static int32_t s_rpmsgEptCount = -1; variable
181 if (0 > s_rpmsgEptCount) in HAL_RpmsgMcmgrMasterInit()
219 s_rpmsgEptCount = 0; in HAL_RpmsgMcmgrMasterInit()
257 if (0 > s_rpmsgEptCount) in HAL_RpmsgMcmgrRemoteInit()
290 s_rpmsgEptCount = 0; in HAL_RpmsgMcmgrRemoteInit()
359 s_rpmsgPeerEptStat[s_rpmsgEptCount].rpmsgHandle = rpmsgHandle; in HAL_RpmsgInit()
360 (void)LIST_AddTail(&s_rpmsgEpList, (list_element_handle_t)&s_rpmsgPeerEptStat[s_rpmsgEptCount]); in HAL_RpmsgInit()
361 s_rpmsgEptCount++; in HAL_RpmsgInit()
380 if (s_rpmsgEptCount > 0) in HAL_RpmsgDeinit()
383 s_rpmsgEptCount--; in HAL_RpmsgDeinit()
[all …]