Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c475 localImuMsg.Hdr.type = type; in HAL_ImuSendMsgBlockingCommon()
476 localImuMsg.Hdr.sub_type = subtype; in HAL_ImuSendMsgBlockingCommon()
477 localImuMsg.Hdr.seq_num = seq_num & (uint8_t)0xff; in HAL_ImuSendMsgBlockingCommon()
492 localImuMsg.Hdr.length = (uint8_t)length; in HAL_ImuSendMsgBlockingCommon()
498 localImuMsg.Hdr.length = 1; in HAL_ImuSendMsgBlockingCommon()
507 localImuMsg.Hdr.length = 1; in HAL_ImuSendMsgBlockingCommon()
512 localImuMsg.Hdr.length = imuHandle->imuMsgBufIdx; in HAL_ImuSendMsgBlockingCommon()
517 localImuMsg.Hdr.length = length; in HAL_ImuSendMsgBlockingCommon()
531 … (void)memcpy(imuMsg, &localImuMsg, sizeof(IMU_Hdr_t) + ((uint32_t)localImuMsg.Hdr.length << 2U)); in HAL_ImuSendMsgBlockingCommon()
1104 imuControlType = (imu_ctrl_msg_subtype_t)pImuMsg->Hdr.sub_type; in HAL_ImuCtrlHandler()
[all …]
Dfsl_adapter_rfimu.h134 IMU_Hdr_t Hdr; member
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c478 localImuMsg.Hdr.type = type; in HAL_ImuSendMsgBlockingCommon()
479 localImuMsg.Hdr.sub_type = subtype; in HAL_ImuSendMsgBlockingCommon()
480 localImuMsg.Hdr.seq_num = seq_num & (uint8_t)0xff; in HAL_ImuSendMsgBlockingCommon()
495 localImuMsg.Hdr.length = (uint8_t)length; in HAL_ImuSendMsgBlockingCommon()
501 localImuMsg.Hdr.length = 1; in HAL_ImuSendMsgBlockingCommon()
510 localImuMsg.Hdr.length = 1; in HAL_ImuSendMsgBlockingCommon()
515 localImuMsg.Hdr.length = imuHandle->imuMsgBufIdx; in HAL_ImuSendMsgBlockingCommon()
520 localImuMsg.Hdr.length = length; in HAL_ImuSendMsgBlockingCommon()
534 … (void)memcpy(imuMsg, &localImuMsg, sizeof(IMU_Hdr_t) + ((uint32_t)localImuMsg.Hdr.length << 2U)); in HAL_ImuSendMsgBlockingCommon()
1107 imuControlType = (imu_ctrl_msg_subtype_t)pImuMsg->Hdr.sub_type; in HAL_ImuCtrlHandler()
[all …]
Dfsl_adapter_imu.h390 IMU_Hdr_t Hdr; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-imu.c1401 assert(IMU_MSG_COMMAND_RESPONSE == pImuMsg->Hdr.type); in rpmsg_cmdrsp_handler()
1423 assert(IMU_MSG_EVENT == pImuMsg->Hdr.type); in rpmsg_event_handler()
1457 assert((IMU_MSG_RX_DATA == pImuMsg->Hdr.type) || (IMU_MSG_MULTI_RX_DATA == pImuMsg->Hdr.type)); in rpmsg_rxpkt_handler()
1464 mlan_adap->wlan_wakeup.type = pImuMsg->Hdr.type; in rpmsg_rxpkt_handler()
1471 for (i = 0; i < pImuMsg->Hdr.length; i++) in rpmsg_rxpkt_handler()
1524 assert(IMU_MSG_CONTROL == pImuMsg->Hdr.type); in rpmsg_ctrl_handler()
1531 mlan_adap->wlan_wakeup.subtype = pImuMsg->Hdr.sub_type; in rpmsg_ctrl_handler()
1537 imuControlType = pImuMsg->Hdr.sub_type; in rpmsg_ctrl_handler()