Lines Matching refs:PayloadPtr
491 (void)memcpy((void *)&localImuMsg.PayloadPtr[0], data, length << 2U); in HAL_ImuSendMsgBlockingCommon()
499 localImuMsg.PayloadPtr[0] = (uint32_t)imuHandle->cmd_buffer; in HAL_ImuSendMsgBlockingCommon()
508 localImuMsg.PayloadPtr[0] = (uint32_t)data; in HAL_ImuSendMsgBlockingCommon()
511 …(void)memcpy((void *)&localImuMsg.PayloadPtr[0], imuHandle->imuMsgBuf, (imuHandle->imuMsgBufIdx) <… in HAL_ImuSendMsgBlockingCommon()
516 (void)memcpy((void *)&localImuMsg.PayloadPtr[0], data, length << 2U); in HAL_ImuSendMsgBlockingCommon()
1125 imuHandle->cmd_buffer = (uint32_t *)pImuMsg->PayloadPtr[0]; in HAL_ImuCtrlHandler()
1135 (void)HAL_ImuPutWlanTxBuf(imuHandle, (uint8_t *)pImuMsg->PayloadPtr[i]); in HAL_ImuCtrlHandler()
1152 … hal_rpmsg_state_t *rpmsgHandle = HAL_RpmsgGetEndpointFromAddr(imuHandle, pImuMsg->PayloadPtr[0]); in HAL_ImuCtrlHandler()
1158 rpmsgStatus = HAL_ImuSendRpmsgEptQuiryRsp(imuHandle, pImuMsg->PayloadPtr[0], TRUE); in HAL_ImuCtrlHandler()
1171 rpmsgStatus = HAL_ImuSendRpmsgEptQuiryRsp(imuHandle, pImuMsg->PayloadPtr[0], FALSE); in HAL_ImuCtrlHandler()
1180 if (rpmsgHandle->remote_addr == pImuMsg->PayloadPtr[0]) in HAL_ImuCtrlHandler()
1182 if (pImuMsg->PayloadPtr[1] != 0U) in HAL_ImuCtrlHandler()
1206 (void)HAL_RpmsgPutTxBuf(imuHandle, (uint8_t *)pImuMsg->PayloadPtr[0]); in HAL_ImuCtrlHandler()
1285 … rpmsgStatus = HAL_ImuSendCommandRspAck(imuHandle, (uint8_t *)&pMsg->PayloadPtr[0], 1); in HAL_ImuReceive()
1295 … rpmsgStatus = HAL_ImuSendEventAck(imuHandle, (uint8_t *)&pMsg->PayloadPtr[0], 1); in HAL_ImuReceive()
1306 … rpmsgStatus = HAL_ImuFreeRxBuf(imuHandle, (uint8_t *)&pMsg->PayloadPtr[0], pMsg->Hdr.length); in HAL_ImuReceive()
1309 rpmsg_msg = (struct rpmsg_std_msg *)&pMsg->PayloadPtr[0]; in HAL_ImuReceive()