Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c758 netc_tx_bd_t *txDesTemp = NULL; in EP_SendFrameCommon() local
809 txDesTemp = &txBdRing->bdBase[txBdRing->producerIndex]; in EP_SendFrameCommon()
810 (void)memset(txDesTemp, 0, sizeof(netc_tx_bd_t)); in EP_SendFrameCommon()
839 txDesTemp->standard.flags = txDesc[0].standard.flags; in EP_SendFrameCommon()
840 txDesTemp->standard.addr = address; in EP_SendFrameCommon()
841 txDesTemp->standard.bufLen = txBuff->length; in EP_SendFrameCommon()
842 txDesTemp->standard.frameLen = frameLen; in EP_SendFrameCommon()
843 txDesTemp->standard.isExtended = (uint32_t)isExtEnable; in EP_SendFrameCommon()
844 txDesTemp->standard.enableInterrupt = in EP_SendFrameCommon()
850 txDesTemp = &txBdRing->bdBase[txBdRing->producerIndex]; in EP_SendFrameCommon()
[all …]