Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c246 static hal_rpmsg_handle_t HAL_RpmsgGetEndpointFromAddr(hal_imu_handle_t *imuHandle, uint32_t addr) in HAL_RpmsgGetEndpointFromAddr() function
275 if (NULL == HAL_RpmsgGetEndpointFromAddr(imuHandle, rpmsgHandle->local_addr)) in HAL_RpmsgCreateEndpoint()
297 rpmsgHandle = HAL_RpmsgGetEndpointFromAddr(imuHandle, rpmsgHandle->local_addr); in HAL_RpmsgDestroyEndpoint()
1152 … hal_rpmsg_state_t *rpmsgHandle = HAL_RpmsgGetEndpointFromAddr(imuHandle, pImuMsg->PayloadPtr[0]); in HAL_ImuCtrlHandler()
1310 … ept = (hal_rpmsg_state_t *)HAL_RpmsgGetEndpointFromAddr(imuHandle, rpmsg_msg->hdr.dst); in HAL_ImuReceive()