Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/imu/
Dfsl_imu.c247 int32_t receivedCount = 0; in IMU_TryReceiveMsgs() local
278 receivedCount += countToRead; in IMU_TryReceiveMsgs()
292 return receivedCount; in IMU_TryReceiveMsgs()
318 int32_t receivedCount = 0; in IMU_ReceiveMsgsBlocking() local
343 receivedCount += countToRead; in IMU_ReceiveMsgsBlocking()
357 return receivedCount; in IMU_ReceiveMsgsBlocking()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/mcmgr/src/
Dmcmgr_internal_core_api_kw45b41.c184 int32_t receivedCount = 0; in mcmgr_mu_channel_handler() local
191 receivedCount = IMU_TryReceiveMsgs(IMU_LINK, &data, 1, &needAckLock); in mcmgr_mu_channel_handler()
192 if (receivedCount != 0) in mcmgr_mu_channel_handler()
Dmcmgr_internal_core_api_mcxw716.c184 int32_t receivedCount = 0; in mcmgr_mu_channel_handler() local
191 receivedCount = IMU_TryReceiveMsgs(IMU_LINK, &data, 1, &needAckLock); in mcmgr_mu_channel_handler()
192 if (receivedCount != 0) in mcmgr_mu_channel_handler()