Searched refs:IMU_GetSendFifoEmptySpace (Results 1 – 2 of 2) sorted by relevance
111 fifoEmptySpace = (int32_t)IMU_GetSendFifoEmptySpace(link); in IMU_SendMsgsBlocking()130 while (0UL == IMU_GetSendFifoEmptySpace(link)) in IMU_SendMsgsBlocking()186 fifoEmptySpace = (int32_t)IMU_GetSendFifoEmptySpace(link); in IMU_TrySendMsgs()
409 static inline uint32_t IMU_GetSendFifoEmptySpace(imu_link_t link) in IMU_GetSendFifoEmptySpace() function