Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/imu/
Dfsl_imu.c86 int32_t IMU_SendMsgsBlocking(imu_link_t link, const uint32_t *msgs, int32_t msgCount, bool lockSend… in IMU_SendMsgsBlocking() argument
118 IMU_WR_MSG(link, *msgs); in IMU_SendMsgsBlocking()
119 msgs++; in IMU_SendMsgsBlocking()
133 IMU_WR_MSG(link, *msgs); 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
201 IMU_WR_MSG(link, *msgs); in IMU_TrySendMsgs()
214 IMU_WR_MSG(link, *msgs); in IMU_TrySendMsgs()
215 msgs++; in IMU_TrySendMsgs()
245 int32_t IMU_TryReceiveMsgs(imu_link_t link, uint32_t *msgs, int32_t desiredMsgCount, bool *needAckL… in IMU_TryReceiveMsgs() argument
283 *msgs++ = IMU_RD_MSG(link); in IMU_TryReceiveMsgs()
[all …]
Dfsl_imu.h252 int32_t IMU_SendMsgsBlocking(imu_link_t link, const uint32_t *msgs, int32_t msgCount, bool lockSend…
276 int32_t IMU_TrySendMsgs(imu_link_t link, const uint32_t *msgs, int32_t msgCount, bool lockSendFifo);
299 int32_t IMU_TryReceiveMsgs(imu_link_t link, uint32_t *msgs, int32_t desiredMsgCount, bool *needAckL…
322 int32_t IMU_ReceiveMsgsBlocking(imu_link_t link, uint32_t *msgs, int32_t desiredMsgCount, bool *nee…
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c646 srtm_status_t SRTM_Dispatcher_DeliverMessages(srtm_dispatcher_t disp, srtm_list_t *msgs) in SRTM_Dispatcher_DeliverMessages() argument
653 assert(msgs); in SRTM_Dispatcher_DeliverMessages()
658 while (!SRTM_List_IsEmpty(msgs)) in SRTM_Dispatcher_DeliverMessages()
660 list = msgs->next; in SRTM_Dispatcher_DeliverMessages()
Dsrtm_dispatcher_struct.h116 srtm_status_t SRTM_Dispatcher_DeliverMessages(srtm_dispatcher_t disp, srtm_list_t *msgs);