Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-imu.c1423 assert(IMU_MSG_EVENT == pImuMsg->Hdr.type); in rpmsg_event_handler()
1429 mlan_adap->wlan_wakeup.type = IMU_MSG_EVENT; in rpmsg_event_handler()
1649 HAL_ImuInstallCallback(kIMU_LinkCpu1Cpu3, rpmsg_event_handler, IMU_MSG_EVENT); in imu_wifi_init()
1726 HAL_ImuInstallCallback(kIMU_LinkCpu1Cpu3, NULL, IMU_MSG_EVENT); in imu_uninstall_callback()
1797 else if (mlan_adap->wlan_wakeup.type == IMU_MSG_EVENT) in wifi_print_wakeup_reason()
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.h90 IMU_MSG_EVENT, enumerator
Dfsl_adapter_rfimu.c1289 case IMU_MSG_EVENT: in HAL_ImuReceive()
1290 if (imuHandle->imuHandler[IMU_MSG_EVENT] != NULL) in HAL_ImuReceive()
1292 … rpmsgStatus = imuHandle->imuHandler[IMU_MSG_EVENT]((IMU_Msg_t *)pMsg, pMsg->Hdr.length); in HAL_ImuReceive()
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c1292 case IMU_MSG_EVENT: in HAL_ImuReceive()
1293 if (imuHandle->imuHandler[IMU_MSG_EVENT] != NULL) in HAL_ImuReceive()
1295 … imumcStatus = imuHandle->imuHandler[IMU_MSG_EVENT]((IMU_Msg_t *)pMsg, pMsg->Hdr.length); in HAL_ImuReceive()
Dfsl_adapter_imu.h346 IMU_MSG_EVENT, enumerator