Searched refs:imuHandle (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/ |
| D | fsl_adapter_rfimu.c | 246 static hal_rpmsg_handle_t HAL_RpmsgGetEndpointFromAddr(hal_imu_handle_t *imuHandle, uint32_t addr) in HAL_RpmsgGetEndpointFromAddr() argument 251 assert(NULL != imuHandle); in HAL_RpmsgGetEndpointFromAddr() 253 list_for_each(cur, &imuHandle->eptList) in HAL_RpmsgGetEndpointFromAddr() 267 hal_imu_handle_t *imuHandle; in HAL_RpmsgCreateEndpoint() local 272 imuHandle = &imuHandleCh[rpmsgHandle->imuLink]; in HAL_RpmsgCreateEndpoint() 275 if (NULL == HAL_RpmsgGetEndpointFromAddr(imuHandle, rpmsgHandle->local_addr)) in HAL_RpmsgCreateEndpoint() 277 LIST_addTail(&imuHandle->eptList, &rpmsgHandle->eptLink); in HAL_RpmsgCreateEndpoint() 288 hal_imu_handle_t *imuHandle; in HAL_RpmsgDestroyEndpoint() local 293 imuHandle = &imuHandleCh[rpmsgHandle->imuLink]; in HAL_RpmsgDestroyEndpoint() 297 rpmsgHandle = HAL_RpmsgGetEndpointFromAddr(imuHandle, rpmsgHandle->local_addr); in HAL_RpmsgDestroyEndpoint() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/ |
| D | fsl_adapter_imu.c | 249 static hal_imumc_handle_t HAL_ImumcGetEndpointFromAddr(hal_imu_handle_t *imuHandle, uint32_t addr) in HAL_ImumcGetEndpointFromAddr() argument 254 assert(NULL != imuHandle); in HAL_ImumcGetEndpointFromAddr() 256 list_for_each(cur, &imuHandle->eptList) in HAL_ImumcGetEndpointFromAddr() 270 hal_imu_handle_t *imuHandle; in HAL_ImumcCreateEndpoint() local 275 imuHandle = &imuHandleCh[imumcHandle->imuLink]; in HAL_ImumcCreateEndpoint() 278 if (NULL == HAL_ImumcGetEndpointFromAddr(imuHandle, imumcHandle->local_addr)) in HAL_ImumcCreateEndpoint() 280 LIST_addTail(&imuHandle->eptList, &imumcHandle->eptLink); in HAL_ImumcCreateEndpoint() 291 hal_imu_handle_t *imuHandle; in HAL_ImumcDestroyEndpoint() local 296 imuHandle = &imuHandleCh[imumcHandle->imuLink]; in HAL_ImumcDestroyEndpoint() 300 imumcHandle = HAL_ImumcGetEndpointFromAddr(imuHandle, imumcHandle->local_addr); in HAL_ImumcDestroyEndpoint() [all …]
|