Searched refs:rpmsg_ept_read_cb (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/ |
| D | fsl_adapter_rpmsg.c | 137 static int32_t rpmsg_ept_read_cb(void *payload, uint32_t payload_len, uint32_t src, void *priv) in rpmsg_ept_read_cb() function 235 …ndle->pEndpoint = rpmsg_lite_create_ept(s_rpmsgContext, rpmsgHandle->local_addr, rpmsg_ept_read_cb, in HAL_RpmsgMasterInit() 239 … rpmsg_lite_create_ept(s_rpmsgContext, rpmsgHandle->local_addr, rpmsg_ept_read_cb, rpmsgHandle); in HAL_RpmsgMasterInit() 307 …ndle->pEndpoint = rpmsg_lite_create_ept(s_rpmsgContext, rpmsgHandle->local_addr, rpmsg_ept_read_cb, in HAL_RpmsgRemoteInit() 311 … rpmsg_lite_create_ept(s_rpmsgContext, rpmsgHandle->local_addr, rpmsg_ept_read_cb, rpmsgHandle); in HAL_RpmsgRemoteInit()
|