| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/ |
| D | tfa_device_hal.c | 82 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()
|
| D | tfa_device_hal.h | 97 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-latest/mcux/mcux-sdk/drivers/netc/netc_hw/ |
| D | fsl_netc_hw_si.c | 136 uint8_t msgSize; in NETC_SIPsiGetRxMsg() local 149 …msgSize = (uint8_t)(base->PSI_A.VSI_NUM[vsiIdx].PSIVMSGRCVAR0 & ENETC_SI_PSIVMSGRCVAR0_MS… in NETC_SIPsiGetRxMsg() 150 msgInfo->msgLen = (msgSize == 0U) ? 1024U : (32U * (uint32_t)msgSize); in NETC_SIPsiGetRxMsg() 176 uint8_t msgSize; in NETC_SIVsiSendMsg() local 193 msgSize = (uint8_t)((msgLen == 1024U) ? 0U : (msgLen / 32U)); in NETC_SIVsiSendMsg() 196 … ((uint32_t)address & ENETC_SI_VSIMSGSNDAR0_ADDRL_MASK) | ENETC_SI_VSIMSGSNDAR0_MSIZE(msgSize); in NETC_SIVsiSendMsg()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction.h | 417 #define OSA_MSGQ_HANDLE_DEFINE(name, numberOfMsgs, msgSize) \ argument 420 #define OSA_MSGQ_HANDLE_DEFINE(name, numberOfMsgs, msgSize) \ argument 421 …uint32_t name[(OSA_MSGQ_HANDLE_SIZE + (numberOfMsgs * msgSize) + sizeof(uint32_t) - 1U) / sizeof(u… 424 #define OSA_MSGQ_HANDLE_DEFINE(name, numberOfMsgs, msgSize) \ argument 425 …uint32_t name[((OSA_MSGQ_HANDLE_SIZE + numberOfMsgs * msgSize) + sizeof(uint32_t) - 1U) / sizeof(u… 1039 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize);
|
| D | fsl_os_abstraction_threadx.c | 914 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() argument 919 …X_QUEUE *)msgqHandle, (CHAR *)"queue 0", msgSize, (uint8_t *)msgqHandle + OSA_MSGQ_HANDLE_SIZE , m… in OSA_MsgQCreate()
|
| D | fsl_os_abstraction_zephyr.c | 788 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() argument 791 uint32_t bufferSize_B = (msgNo * msgSize); in OSA_MsgQCreate() 802 k_msgq_init(&z_msgqHandle->handle, buffer_addr, msgSize, msgNo); in OSA_MsgQCreate()
|
| D | fsl_os_abstraction_free_rtos.c | 1032 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() argument 1051 xMsgqHandle.msgq = xQueueCreateStatic(msgNo, msgSize, in OSA_MsgQCreate() 1055 xMsgqHandle.msgq = xQueueCreate(msgNo, msgSize); in OSA_MsgQCreate()
|
| D | fsl_os_abstraction_bm.c | 1205 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() argument 1215 pMsgQStruct->size = msgSize; in OSA_MsgQCreate()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/ |
| D | fsl_sentinel.c | 85 uint32_t msgSize; in SENTINEL_ReceiveMessage() local 103 msgSize = hdr.size; in SENTINEL_ReceiveMessage() 104 assert(msgSize >= 1U); in SENTINEL_ReceiveMessage() 106 for (msgSize--; msgSize > 0U; msgSize--) in SENTINEL_ReceiveMessage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US5/drivers/ |
| D | fsl_sentinel.c | 85 uint32_t msgSize; in SENTINEL_ReceiveMessage() local 103 msgSize = hdr.size; in SENTINEL_ReceiveMessage() 104 assert(msgSize >= 1U); in SENTINEL_ReceiveMessage() 106 for (msgSize--; msgSize > 0U; msgSize--) in SENTINEL_ReceiveMessage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US3/drivers/ |
| D | fsl_sentinel.c | 85 uint32_t msgSize; in SENTINEL_ReceiveMessage() local 103 msgSize = hdr.size; in SENTINEL_ReceiveMessage() 104 assert(msgSize >= 1U); in SENTINEL_ReceiveMessage() 106 for (msgSize--; msgSize > 0U; msgSize--) in SENTINEL_ReceiveMessage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/ |
| D | fsl_sentinel.c | 85 uint32_t msgSize; in SENTINEL_ReceiveMessage() local 103 msgSize = hdr.size; in SENTINEL_ReceiveMessage() 104 assert(msgSize >= 1U); in SENTINEL_ReceiveMessage() 106 for (msgSize--; msgSize > 0U; msgSize--) in SENTINEL_ReceiveMessage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD3/drivers/ |
| D | fsl_sentinel.c | 85 uint32_t msgSize; in SENTINEL_ReceiveMessage() local 103 msgSize = hdr.size; in SENTINEL_ReceiveMessage() 104 assert(msgSize >= 1U); in SENTINEL_ReceiveMessage() 106 for (msgSize--; msgSize > 0U; msgSize--) in SENTINEL_ReceiveMessage()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/ |
| D | fsl_sentinel.c | 119 uint32_t msgSize; in SENTINEL_ReceiveMessage() local 137 msgSize = hdr.size; in SENTINEL_ReceiveMessage() 138 assert(msgSize >= 1U); in SENTINEL_ReceiveMessage() 140 for (msgSize--; msgSize > 0U; msgSize--) in SENTINEL_ReceiveMessage()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_msg.c | 1003 uint8_t msgSize; in EP_PsiRxMsg() local 1016 …msgSize = (uint8_t)(base->PSI_A.VSI_NUM[vsiIdx].PSIVMSGRCVAR0 & ENETC_SI_PSIVMSGRCVAR0_MS… in EP_PsiRxMsg() 1017 msgInfo->msgLen = (msgSize == 0U) ? 1024U : (32U * (uint32_t)msgSize); in EP_PsiRxMsg()
|