Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.c1872 rxFrame->rxAttribute.timestamp.second = rxDesc->rdes1; in ENET_GetRxFrame()
1877 … rxFrame->rxAttribute.timestamp.nanosecond = ENET_BINARY_ROLLOVER_SCALE(timerCount); in ENET_GetRxFrame()
1881 rxFrame->rxAttribute.timestamp.nanosecond = timerCount; in ENET_GetRxFrame()
1883 rxFrame->rxAttribute.isTsAvail = true; in ENET_GetRxFrame()
1902 rxFrame->rxAttribute.isTsAvail = false; in ENET_GetRxFrame()
Dfsl_enet.h543 enet_rx_frame_attribute_t rxAttribute; /*!< Rx frame attribute structure. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.c1994 rxFrame->rxAttribute.timestamp.second = rxDesc->rdes1; in ENET_GetRxFrame()
1999 … rxFrame->rxAttribute.timestamp.nanosecond = ENET_BINARY_ROLLOVER_SCALE(timerCount); in ENET_GetRxFrame()
2003 rxFrame->rxAttribute.timestamp.nanosecond = timerCount; in ENET_GetRxFrame()
2005 rxFrame->rxAttribute.isTsAvail = true; in ENET_GetRxFrame()
2024 rxFrame->rxAttribute.isTsAvail = false; in ENET_GetRxFrame()
Dfsl_enet.h569 enet_rx_frame_attribute_t rxAttribute; /*!< Rx frame attribute structure. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c2357 rxFrame->rxAttribute.promiscuous = false; in ENET_GetRxFrame()
2362 rxFrame->rxAttribute.promiscuous = true; in ENET_GetRxFrame()
2366 rxFrame->rxAttribute.timestamp = curBuffDescrip->timestamp; in ENET_GetRxFrame()
Dfsl_enet.h741 enet_rx_frame_attribute_t rxAttribute; /*!< Rx frame attribute structure. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h721 enet_qos_rx_frame_attribute_t rxAttribute; /*!< Rx frame attribute structure. */ member
Dfsl_enet_qos.c3218 … ENET_QOS_StoreRxFrameTime(base, handle, rxDesc, &rxFrame->rxAttribute.timestamp); in ENET_QOS_GetRxFrame()
3219 rxFrame->rxAttribute.isTsAvail = true; in ENET_QOS_GetRxFrame()