Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c1870 … curBuffDescrip->control |= (ENET_BUFFDESCRIPTOR_TX_READY_MASK | ENET_BUFFDESCRIPTOR_TX_LAST_MASK); in ENET_SendFrame()
1939 configVal &= ~ENET_BUFFDESCRIPTOR_TX_LAST_MASK; in ENET_SendFrame()
1965 … curBuffDescrip->control |= ENET_BUFFDESCRIPTOR_TX_READY_MASK | ENET_BUFFDESCRIPTOR_TX_LAST_MASK; in ENET_SendFrame()
2067 if ((curBuffDescrip->control & ENET_BUFFDESCRIPTOR_TX_LAST_MASK) != 0U) in ENET_ReclaimTxDescriptor()
2532 configVal &= ~ENET_BUFFDESCRIPTOR_TX_LAST_MASK; in ENET_StartTxFrame()
2542 … curBuffDescrip->control |= (ENET_BUFFDESCRIPTOR_TX_READY_MASK | ENET_BUFFDESCRIPTOR_TX_LAST_MASK); in ENET_StartTxFrame()
2725 if (0U != (control & ENET_BUFFDESCRIPTOR_TX_LAST_MASK)) in ENET_GetTxErrAfterSendFrame()
Dfsl_enet.h60 #define ENET_BUFFDESCRIPTOR_TX_LAST_MASK 0x0800U /*!< Last BD of the frame mask. */ macro