Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_flexcan.c1355 pRxFrame->timestamp = 0x0; in FLEXCAN_ReadPNWakeUpMB()
3004 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadRxMb()
3094 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadFDRxMb()
3173 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadRxFifo()
3278 …pTxFrame->timestamp = (uint16_t)((base->MB[mbIdx].CS & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAM… in FLEXCAN_TransferSendBlocking()
3365 …pTxFrame->timestamp = (uint16_t)((mbAddr[offset] & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_ST… in FLEXCAN_TransferFDSendBlocking()
3933 uint16_t timestamp; in FLEXCAN_TransferAbortSend() local
3952timestamp = (uint16_t)((base->MB[mbIdx].CS & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME… in FLEXCAN_TransferAbortSend()
3953 handle->timestamp[mbIdx] = timestamp; in FLEXCAN_TransferAbortSend()
3975 uint16_t timestamp; in FLEXCAN_TransferFDAbortSend() local
[all …]
Dfsl_enet.h398 uint32_t timestamp; /*!< Timestamp. */ member
424 uint32_t timestamp; /*!< Timestamp. */ member
734 uint32_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
Dfsl_flexcan.h615 uint32_t timestamp : 16; /*!< FlexCAN internal Free-Running Counter Time Stamp. */ member
658 uint32_t timestamp : 16; /*!< FlexCAN internal Free-Running Counter Time Stamp. */ member
1007 volatile uint32_t timestamp[CAN_WORD1_COUNT]; /*!< Mailbox transfer timestamp. */ member
Dfsl_enet.c1743 *ts = curBuffDescrip->timestamp; in ENET_ReadFrame()
2110 ts->nanosecond = curBuffDescrip->timestamp; in ENET_ReclaimTxDescriptor()
2191 *ts = curBuffDescrip->timestamp; in ENET_GetRxBuffer()
2497 rxFrame->rxAttribute.timestamp = curBuffDescrip->timestamp; in ENET_GetRxFrame()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_flexcan.c1355 pRxFrame->timestamp = 0x0; in FLEXCAN_ReadPNWakeUpMB()
3004 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadRxMb()
3094 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadFDRxMb()
3173 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadRxFifo()
3278 …pTxFrame->timestamp = (uint16_t)((base->MB[mbIdx].CS & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAM… in FLEXCAN_TransferSendBlocking()
3365 …pTxFrame->timestamp = (uint16_t)((mbAddr[offset] & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_ST… in FLEXCAN_TransferFDSendBlocking()
3933 uint16_t timestamp; in FLEXCAN_TransferAbortSend() local
3952timestamp = (uint16_t)((base->MB[mbIdx].CS & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME… in FLEXCAN_TransferAbortSend()
3953 handle->timestamp[mbIdx] = timestamp; in FLEXCAN_TransferAbortSend()
3975 uint16_t timestamp; in FLEXCAN_TransferFDAbortSend() local
[all …]
Dfsl_enet.h398 uint32_t timestamp; /*!< Timestamp. */ member
424 uint32_t timestamp; /*!< Timestamp. */ member
734 uint32_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
Dfsl_flexcan.h615 uint32_t timestamp : 16; /*!< FlexCAN internal Free-Running Counter Time Stamp. */ member
658 uint32_t timestamp : 16; /*!< FlexCAN internal Free-Running Counter Time Stamp. */ member
1007 volatile uint32_t timestamp[CAN_WORD1_COUNT]; /*!< Mailbox transfer timestamp. */ member
Dfsl_enet.c1743 *ts = curBuffDescrip->timestamp; in ENET_ReadFrame()
2110 ts->nanosecond = curBuffDescrip->timestamp; in ENET_ReclaimTxDescriptor()
2191 *ts = curBuffDescrip->timestamp; in ENET_GetRxBuffer()
2497 rxFrame->rxAttribute.timestamp = curBuffDescrip->timestamp; in ENET_GetRxFrame()
Dfsl_enet_qos.h670 enet_qos_ptp_time_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
Dfsl_enet_qos.c2852 … ENET_QOS_StoreRxFrameTime(base, handle, rxDesc, &rxFrame->rxAttribute.timestamp); in ENET_QOS_GetRxFrame()