Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.c82 uint32_t msgSize; in TFA_Hal_ProcessMsg() local
90 msgSize = (int16_t)msg->wlength + sizeof(struct _tfa_hal_msg); in TFA_Hal_ProcessMsg()
91 ret = TFA_Hal_CheckMsgCRC(msg, msgSize); in TFA_Hal_ProcessMsg()
122 msgSize = (int16_t)msg->rlength + sizeof(struct _tfa_hal_msg); in TFA_Hal_ProcessMsg()
124 TFA_Hal_AddMsgCRC(rmsg, msgSize); in TFA_Hal_ProcessMsg()
239 int32_t TFA_Hal_CheckMsgCRC(struct _tfa_hal_msg *msg, uint32_t msgSize) in TFA_Hal_CheckMsgCRC() argument
249 size = msgSize; in TFA_Hal_CheckMsgCRC()
263 void TFA_Hal_AddMsgCRC(struct _tfa_hal_msg *msg, uint32_t msgSize) in TFA_Hal_AddMsgCRC() argument
270 size = msgSize; in TFA_Hal_AddMsgCRC()
Dtfa_device_hal.h97 int32_t TFA_Hal_CheckMsgCRC(struct _tfa_hal_msg *msg, uint32_t msgSize);
105 void TFA_Hal_AddMsgCRC(struct _tfa_hal_msg *msg, uint32_t msgSize);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h351 #define OSA_MSGQ_HANDLE_DEFINE(name, numberOfMsgs, msgSize) \ argument
355 #define OSA_MSGQ_HANDLE_DEFINE(name, numberOfMsgs, msgSize) \ argument
356 …uint32_t name[((OSA_MSGQ_HANDLE_SIZE + numberOfMsgs * msgSize) + sizeof(uint32_t) - 1U) / sizeof(u…
901 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize);
Dfsl_os_abstraction_free_rtos.c870 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() argument
882 xMsgqHandle.msgq = xQueueCreate(msgNo, msgSize); in OSA_MsgQCreate()
Dfsl_os_abstraction_bm.c1108 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() argument
1118 pMsgQStruct->size = msgSize; in OSA_MsgQCreate()