Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform.c203 bool PLATFORM_IsTimeoutExpired(uint64_t timestamp, uint64_t delayUs) in PLATFORM_IsTimeoutExpired() argument
209 if (now < timestamp) in PLATFORM_IsTimeoutExpired()
212 duration = PLATFORM_GetMaxTimeStamp() - timestamp + now; in PLATFORM_IsTimeoutExpired()
216 duration = now - timestamp; in PLATFORM_IsTimeoutExpired()
221 void PLATFORM_WaitTimeout(uint64_t timestamp, uint64_t delayUs) in PLATFORM_WaitTimeout() argument
223 while (!(PLATFORM_IsTimeoutExpired(timestamp, delayUs))) in PLATFORM_WaitTimeout()
242 uint64_t timestamp = PLATFORM_GetTimeStamp(); in PLATFORM_RemoteActiveReq() local
265 if (PLATFORM_IsTimeoutExpired(timestamp, FWK_PLATFORM_ACTIVE_REQ_TIMEOUT_US) && in PLATFORM_RemoteActiveReq()
286 timestamp = PLATFORM_GetTimeStamp(); in PLATFORM_RemoteActiveReq()
292 if (PLATFORM_IsTimeoutExpired(timestamp, FWK_PLATFORM_ACTIVE_REQ_TIMEOUT_US) && in PLATFORM_RemoteActiveReq()
Dfwk_platform.h144 bool PLATFORM_IsTimeoutExpired(uint64_t timestamp, uint64_t delayUs);
162 void PLATFORM_WaitTimeout(uint64_t timestamp, uint64_t delayUs);
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.c1406 pRxFrame->timestamp = 0x0; in FLEXCAN_ReadPNWakeUpMB()
3000 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadRxMb()
3096 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadFDRxMb()
3175 … pRxFrame->timestamp = (uint16_t)((cs_temp & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAMP_SHIFT); in FLEXCAN_ReadRxFifo()
3291 …pTxFrame->timestamp = (uint16_t)((base->MB[mbIdx].CS & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_STAM… in FLEXCAN_TransferSendBlocking()
3398 …pTxFrame->timestamp = (uint16_t)((mbAddr[offset] & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME_ST… in FLEXCAN_TransferFDSendBlocking()
4026 uint16_t timestamp; in FLEXCAN_TransferAbortSend() local
4051timestamp = (uint16_t)((base->MB[mbIdx].CS & CAN_CS_TIME_STAMP_MASK) >> CAN_CS_TIME… in FLEXCAN_TransferAbortSend()
4052 handle->timestamp[mbIdx] = timestamp; in FLEXCAN_TransferAbortSend()
4074 uint16_t timestamp; in FLEXCAN_TransferFDAbortSend() local
[all …]
Dfsl_flexcan.h632 uint32_t timestamp : 16; /*!< FlexCAN internal Free-Running Counter Time Stamp. */ member
675 uint32_t timestamp : 16; /*!< FlexCAN internal Free-Running Counter Time Stamp. */ member
1032 volatile uint32_t timestamp[CAN_WORD1_COUNT]; /*!< Mailbox transfer timestamp. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.c1248 …enet_handle_t *handle, uint8_t *data, uint32_t length, uint8_t channel, enet_ptp_time_t *timestamp) in ENET_ReadFrame() argument
1319 if (timestamp != NULL) in ENET_ReadFrame()
1324 timestamp->second = rxDesc->rdes1; in ENET_ReadFrame()
1329 timestamp->nanosecond = ENET_BINARY_ROLLOVER_SCALE(timerCount); in ENET_ReadFrame()
1333 timestamp->nanosecond = timerCount; in ENET_ReadFrame()
1872 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()
Dfsl_enet.h524 enet_ptp_time_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
1196 enet_ptp_time_t *timestamp);
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.c1370 …enet_handle_t *handle, uint8_t *data, uint32_t length, uint8_t channel, enet_ptp_time_t *timestamp) in ENET_ReadFrame() argument
1441 if (timestamp != NULL) in ENET_ReadFrame()
1446 timestamp->second = rxDesc->rdes1; in ENET_ReadFrame()
1451 timestamp->nanosecond = ENET_BINARY_ROLLOVER_SCALE(timerCount); in ENET_ReadFrame()
1455 timestamp->nanosecond = timerCount; in ENET_ReadFrame()
1994 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()
Dfsl_enet.h550 enet_ptp_time_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
1281 enet_ptp_time_t *timestamp);
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.h397 uint32_t timestamp; /*!< Timestamp. */ member
423 uint32_t timestamp; /*!< Timestamp. */ member
733 uint32_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
Dfsl_enet.c1776 *ts = curBuffDescrip->timestamp; in ENET_ReadFrame()
2143 ts->nanosecond = curBuffDescrip->timestamp; in ENET_ReclaimTxDescriptor()
2366 rxFrame->rxAttribute.timestamp = curBuffDescrip->timestamp; in ENET_GetRxFrame()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h174 uint32_t timestamp; /*!< The timestamp of this Rx frame. */ member
181 uint32_t timestamp; /*!< The timestamp of this Tx frame, valid when isTsAvail is true. */ member
3538 uint32_t timestamp : 30; /*!< IEEE1588 PTP one-step timestamp. */ member
3553 uint32_t timestamp; /*!< Timestamp write back. */ member
3605 uint32_t timestamp; /*!< Rx Timestamp. */ member
3611 uint32_t timestamp; /*!< Switch response timestamp. */ member
Dfsl_netc_endpoint.c905 NETC_SI_TXDESCRIP_RD_TXSTART(opt->timestamp); in EP_SendFrame()
972 frameInfo->timestamp = txDesc->writeback.timestamp; in EP_ReclaimTxDescCommon()
1282 attr->timestamp = rxDesc->ext.timestamp; in EP_ReceiveFrameCopyCommon()
1382 attr->timestamp = rxDesc->ext.timestamp; in EP_ReceiveFrameCommon()
Dfsl_netc_endpoint.h193 uint32_t timestamp; /*!< Departure timestamp, used if kEP_TX_OPT_START_TIME is set */ member
Dfsl_netc_switch.h266 uint32_t timestamp; /*!< Switch response timestamp. */ member
Dfsl_netc_switch.c862 tsr->timestamp = rxDesc->resp.timestamp; in SWT_GetTimestampRefResp()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h101 t_u64 timestamp;
1356 uint8_t timestamp[8];
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h1226 …uint32 timestamp; /*!< Timestamp value used to update packet header field on transmissi… member
2024 Netc_Eth_Ip_TimestampType timestamp; /*!< The timestamp of the transmitted packet. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.h713 enet_qos_ptp_time_t timestamp; /*!< The nanosecond part timestamp of this Rx frame. */ member
Dfsl_enet_qos.c3218 … ENET_QOS_StoreRxFrameTime(base, handle, rxDesc, &rxFrame->rxAttribute.timestamp); in ENET_QOS_GetRxFrame()
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c4561 … info->timestamp.nanoseconds = (uint32) (NETC_ETH_IP_GET_NANOSECONDS(nanoSeconds));
4564 …info->timestamp.seconds = (uint32) (NETC_ETH_IP_NANO_TO_SECONDS(nanoSeconds) & NETC_ETH_IP_SECONDS…
4567 …info->timestamp.secondsHi = (uint16) ((NETC_ETH_IP_NANO_TO_SECONDS(nanoSeconds) >> 32U) & 0xFFFFU);
6469 txBD->timestamp = options->Timestamp;
7122 txBD->timestamp = options->Timestamp;
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md291 getTimestamp : Low power timestamp function, this parameter can also be set as NULL.