Searched refs:timestamp (Results 1 – 10 of 10) sorted by relevance
1355 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() local3952 …timestamp = (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 …]
398 uint32_t timestamp; /*!< Timestamp. */ member424 uint32_t timestamp; /*!< Timestamp. */ member734 uint32_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
615 uint32_t timestamp : 16; /*!< FlexCAN internal Free-Running Counter Time Stamp. */ member658 uint32_t timestamp : 16; /*!< FlexCAN internal Free-Running Counter Time Stamp. */ member1007 volatile uint32_t timestamp[CAN_WORD1_COUNT]; /*!< Mailbox transfer timestamp. */ member
1743 *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()
670 enet_qos_ptp_time_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
2852 … ENET_QOS_StoreRxFrameTime(base, handle, rxDesc, &rxFrame->rxAttribute.timestamp); in ENET_QOS_GetRxFrame()