Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/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-3.7.0/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.c1984 rxFrame->rxAttribute.timestamp.second = rxDesc->rdes1; in ENET_GetRxFrame()
1989 … rxFrame->rxAttribute.timestamp.nanosecond = ENET_BINARY_ROLLOVER_SCALE(timerCount); in ENET_GetRxFrame()
1993 rxFrame->rxAttribute.timestamp.nanosecond = timerCount; in ENET_GetRxFrame()
1995 rxFrame->rxAttribute.isTsAvail = true; in ENET_GetRxFrame()
2014 rxFrame->rxAttribute.isTsAvail = false; in ENET_GetRxFrame()
Dfsl_enet.h569 enet_rx_frame_attribute_t rxAttribute; /*!< Rx frame attribute structure. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c2295 rxFrame->rxAttribute.promiscuous = false; in ENET_GetRxFrame()
2300 rxFrame->rxAttribute.promiscuous = true; in ENET_GetRxFrame()
2304 rxFrame->rxAttribute.timestamp = curBuffDescrip->timestamp; in ENET_GetRxFrame()
Dfsl_enet.h741 enet_rx_frame_attribute_t rxAttribute; /*!< Rx frame attribute structure. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h709 enet_qos_rx_frame_attribute_t rxAttribute; /*!< Rx frame attribute structure. */ member
Dfsl_enet_qos.c3127 … ENET_QOS_StoreRxFrameTime(base, handle, rxDesc, &rxFrame->rxAttribute.timestamp); in ENET_QOS_GetRxFrame()
3128 rxFrame->rxAttribute.isTsAvail = true; in ENET_QOS_GetRxFrame()