Home
last modified time | relevance | path

Searched refs:msgLen (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.c150 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()
Dfsl_netc_hw_si.h417 status_t NETC_SIVsiSendMsg(ENETC_SI_Type *base, uint64_t msgAddr, uint32_t msgLen);
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.c1017 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()
Dfsl_netc_endpoint.h1648 status_t EP_VsiSendMsg(ep_handle_t *handle, uint64_t msgAddr, uint32_t msgLen);
Dfsl_netc_endpoint.c2405 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()
Dfsl_netc.h3749 uint32_t msgLen; /*!< Received message length. */ member