Searched refs:msgLen (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/ |
| D | fsl_netc_hw_si.c | 150 msgInfo->msgLen = (msgSize == 0U) ? 1024U : (32U * (uint32_t)msgSize); in NETC_SIPsiGetRxMsg() 172 status_t NETC_SIVsiSendMsg(ENETC_SI_Type *base, uint64_t msgAddr, uint32_t msgLen) in NETC_SIVsiSendMsg() argument 190 lenAlign = (msgLen & 0x1FU) == 0U; in NETC_SIVsiSendMsg() 191 if ((msgLen <= 1024U) && addrAlign && lenAlign) in NETC_SIVsiSendMsg() 193 msgSize = (uint8_t)((msgLen == 1024U) ? 0U : (msgLen / 32U)); in NETC_SIVsiSendMsg()
|
| D | fsl_netc_hw_si.h | 417 status_t NETC_SIVsiSendMsg(ENETC_SI_Type *base, uint64_t msgAddr, uint32_t msgLen);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_msg.c | 1017 msgInfo->msgLen = (msgSize == 0U) ? 1024U : (32U * (uint32_t)msgSize); in EP_PsiRxMsg() 1045 if (msgInfo->msgLen != (((uint32_t)header->len + 1U) * 32U)) in EP_PsiHandleRxMsg() 1051 crc = HAL_CrcCompute(&config, (uint8_t *)msgInfo->msgBuff, msgInfo->msgLen); in EP_PsiHandleRxMsg()
|
| D | fsl_netc_endpoint.h | 1648 status_t EP_VsiSendMsg(ep_handle_t *handle, uint64_t msgAddr, uint32_t msgLen);
|
| D | fsl_netc_endpoint.c | 2405 status_t EP_VsiSendMsg(ep_handle_t *handle, uint64_t msgAddr, uint32_t msgLen) in EP_VsiSendMsg() argument 2409 return NETC_SIVsiSendMsg(handle->hw.si, msgAddr, msgLen); in EP_VsiSendMsg()
|
| D | fsl_netc.h | 3749 uint32_t msgLen; /*!< Received message length. */ member
|