Searched refs:lockSendFifo (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/imu/ |
| D | fsl_imu.c | 86 …_t IMU_SendMsgsBlocking(imu_link_t link, const uint32_t *msgs, int32_t msgCount, bool lockSendFifo) in IMU_SendMsgsBlocking() argument 124 if (lockSendFifo) in IMU_SendMsgsBlocking() 161 int32_t IMU_TrySendMsgs(imu_link_t link, const uint32_t *msgs, int32_t msgCount, bool lockSendFifo) in IMU_TrySendMsgs() argument 195 if (lockSendFifo) in IMU_TrySendMsgs() 380 int32_t IMU_SendMsgPtrBlocking(imu_link_t link, uint32_t msgPtr, bool lockSendFifo) in IMU_SendMsgPtrBlocking() argument 394 if (lockSendFifo) in IMU_SendMsgPtrBlocking()
|
| D | fsl_imu.h | 252 …t IMU_SendMsgsBlocking(imu_link_t link, const uint32_t *msgs, int32_t msgCount, bool lockSendFifo); 276 int32_t IMU_TrySendMsgs(imu_link_t link, const uint32_t *msgs, int32_t msgCount, bool lockSendFifo); 344 int32_t IMU_SendMsgPtrBlocking(imu_link_t link, uint32_t msgPtr, bool lockSendFifo);
|