Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c178 static volatile uint16_t RPMsgRemoteReadyEventData = 0; in HAL_RpmsgMcmgrMasterInit() local
188 (void *)&RPMsgRemoteReadyEventData); in HAL_RpmsgMcmgrMasterInit()
197 while ((APP_RPMSG_READY_EVENT_DATA != RPMsgRemoteReadyEventData) && (--timeout != 0u)) in HAL_RpmsgMcmgrMasterInit()
200 RPMsgRemoteReadyEventData = 0; in HAL_RpmsgMcmgrMasterInit()
255 volatile static uint16_t RPMsgRemoteReadyEventData = 0; in HAL_RpmsgMcmgrRemoteInit() local
264 (void *)&RPMsgRemoteReadyEventData); in HAL_RpmsgMcmgrRemoteInit()