Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/imu/
Dfsl_imu.c89 int32_t curSent; in IMU_SendMsgsBlocking() local
112 curSent = MIN(msgCount, fifoEmptySpace); in IMU_SendMsgsBlocking()
114 msgCount -= curSent; in IMU_SendMsgsBlocking()
116 while (0 != (curSent--)) in IMU_SendMsgsBlocking()
164 int32_t curSent; in IMU_TrySendMsgs() local
207 curSent = MIN(msgCount, fifoEmptySpace); in IMU_TrySendMsgs()
210 msgCount -= curSent; in IMU_TrySendMsgs()
211 ret += curSent; in IMU_TrySendMsgs()
212 while (0 != (curSent--)) in IMU_TrySendMsgs()