Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c754 uint32_t totBdNum = frame->length; in EP_SendFrameCommon() local
771 } while (--totBdNum != 0U); in EP_SendFrameCommon()
775 totBdNum = (uint32_t)frame->length + 1U; in EP_SendFrameCommon()
779 totBdNum = frame->length; in EP_SendFrameCommon()
788 else if (totBdNum > EP_GetIdleTxBDNum(txBdRing)) in EP_SendFrameCommon()
795 for (uint32_t bdIndex = 0; bdIndex < totBdNum; bdIndex++) in EP_SendFrameCommon()